Skip to content

yuhaoju/webpack-hashed-module-id-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-hashed-module-id-plugin

Help creating stable module id (compatible with Webpack 1 & 2)

Install

npm install webpack-hashed-module-id-plugin --save

Usage

Modify webpack.config.js:

const HashedModuleIdsPlugin = require("webpack-hashed-module-id-plugin");

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

About

Help making stable module id (compatible with Webpack 1 & 2)

Resources

License

Stars

Watchers

Forks

Packages

No packages published