1.0.2 • Published 7 years ago

chunk-meta-webpack-plugin v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago
npm i -D chunk-meta-webpack-plugin
npm run test

webpack.config.js

const ChunkMetaWebpackPlugin = require('chunk-meta-webpack-plugin')

module.exports = {
  //...
  plugins: [
      new ChunkMetaWebpackPlugin()
  ]
}

Plugin will replace comments

/* inject-webpack-chunk-hash */

with chunk hash. Can be useful when using an external library which renders html outside current page and requires css file which was created by using ExtractTextWebpackPlugin with name [name].[chunkHash].css. Some printing libraries work like that.

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago