hard-source-webpack-plugin icon indicating copy to clipboard operation
hard-source-webpack-plugin copied to clipboard

Results 97 hard-source-webpack-plugin issues
Sort by recently updated
recently updated
newest added

https://github.com/mzgoddard/hard-source-webpack-plugin/issues/461#issuecomment-439177290 When I use this solution to solve the problem, it's an escape behavior to make other loaders work。 ``` plugin:[ new HardSourceWebpackPlugin(), new HardSourceWebpackPlugin.ExcludeModulePlugin({ // HardSource works with mini-css-extract-plugin...

### Expected Behavior Can be used with webpack 5 (currently being [beta tested](https://github.com/webpack/webpack/issues/9802)) ### Actual Behavior Errors out #### Is an error being thrown? ``` Webpack Bundle Error :::: TypeError:...

hi, I'm confused with some problem about using cache. there are some shotImages about the errors. ![image](https://user-images.githubusercontent.com/24631419/105342332-30f27300-5c1b-11eb-9b0f-781674969616.png) and I print this "ref--5-oneOf-11-0" loader option { "options": { "limit": 10240, "name":...

[hard-source:core] HardSourceWebpackPlugin is using 429 MB of disk space. ERROR TypeError: Cannot read property 'call' of undefined TypeError: Cannot read property 'call' of undefined at Object.exports.call (E:\webpack4\node_modules\hard-source-webpack-plugin\lib\util\plugin-compat.js:171:17) at Proxy.run (E:\webpack4\node_modules\hard-source-webpack-plugin\lib\SystemArchetype.js:184:20)...

How exclude a directory from cache of all loaders?

### Expected Behavior Fonts are included in second and consecutive builds, just like the first run. ### Actual Behavior Fonts are not being included in second and consecutive builds. ###...

### Expected Behavior When re-building, static assets (app/javascript/images/xxx.png) should be built ### Actual Behavior Such assets are not built, similar to #378 #### Is an error being thrown? No error...

### Expected Behavior Further builds must read from the existing cache > Please describe what should happen When i build using the plugin i get unhandled promise error. Though the...

### When i fixed an eslint warming, I supposed it won't appeare again and it does well in work place.But sometime, a wrong cache keeped which with the eslint warming...

### Expected Behavior > Should emit background images from 'flag-icon-css' package ### Actual Behavior Is it possible to exclude this package from caching ? See my try below , not...