1.0.0 • Published 12 months ago

stable-chunk-ids-webpack-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

stable-chunk-ids-webpack-plugin

Stable chunk ids plugin which supports webpack5+

Getting Started

To begin, you'll need to install stable-chunk-ids-webpack-plugin:

npm install stable-chunk-ids-webpack-plugin --save-dev

or

yarn add -D stable-chunk-ids-webpack-plugin

or

pnpm add -D stable-chunk-ids-webpack-plugin

Then add the plugin to your webpack config. For example:

webpack.config.js

const StableChunkIdsPlugin = require('stable-chunk-ids-webpack-plugin')

module.exports = {
  plugins: [
    new StableChunkIdsPlugin()
  ]
};
1.0.0

12 months ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago