webpack-stable-module-id-and-hash icon indicating copy to clipboard operation
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 ^_^

Results 6 webpack-stable-module-id-and-hash issues
Sort by recently updated
recently updated
newest added

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.

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...