This package has been deprecated

Author message:

use

chunk-meta-webpack-plugin

1.0.2 • Public • Published

Install

npm i -D chunk-meta-webpack-plugin

Test

npm run test

Usage

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.

Package Sidebar

Install

npm i chunk-meta-webpack-plugin

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.98 kB

Total Files

3

Last publish

Collaborators

  • jaunius