webpack-stable-module-id-and-hash
webpack-stable-module-id-and-hash copied to clipboard
To provide stable module id and reliable content chunkhash in webpack 1.x . Show Me The Stars ^_^
genModuleId函数中添加了去去版本号和query逻辑
In my project I expose React with the following code ``` { test: require.resolve('react'), loader: 'expose?React' } ``` When I use this plugin, I end up with a bad webpack...
Can not access global jQuery object after use this plugin, it prompts `can not find $`,why? I register jQuery in this way: ``` new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery', 'window.jQuery':...
Unfortunately, the chunk hash calculated by this plugin is "too stable". Today I added added a large subtree to my application (duplicated a subdirectory to use it as a basis...
On every build. I tried building on my local machine (mac) and didn't get an error. Dunno why.
test-pr
I add a demo and I found out an Error: webpack-stable-module-id-and-hash module id collision, which is not show up in my project. I am sorry for adding this demo so...