hard-source-webpack-plugin
hard-source-webpack-plugin copied to clipboard
### Expected Behavior I expected that after the initial build populated a brand new cache that rebuilds (using the watch compiler) would see a performance improvement. ### Actual Behavior It...
### Expected Behavior Builds should complete without errors when using the hard source plugin. ### Actual Behavior Just this morning, without any change to my Webpack configuration, any dependencies or...
Using latest version of master it throws a exception at registration[0] expression: Head is: 243543c7a3eb4e54f5be1df4eab54c749d7f7f7e Process args: 0:"/Users/andrevale/.nvm/versions/node/v8.9.1/bin/node" 1:"{project}/server/index.js" 2:"--color" ``` exports.tap = (tapable, name, reason, callback) => { if...
I'm using [`apply-loader`](https://github.com/mogelbrod/apply-loader) and [`pug-loader`](https://github.com/pugjs/pug-loader). ### Actual Behavior When loading pug files, my build fails when building from the cache. The build is successful without the HardSource plugin. #### Is...
We are experiencing Invalid string errors which crop up with the html-webpack-plugin as the culprit, but only started happening after we added the hard-source-webpack-plugin to our build. See https://github.com/jantimon/html-webpack-plugin/issues/855 for...
### Expected Behavior Tests are written manually. ### Actual Behavior Test are at least partly generated. ### Todo - [ ] Switch to `tap` for testing - [ ] `test.js`...
This plugin doesn't seem to work with the .mjs extension. I'd like to confirm if this is true or not so I know if I just misconfigured it
Hi, Yesterday I added to my project favicon plugin. The project is using hard source plugin for long time. "favicons-webpack-plugin": "0.0.9", "hard-source-webpack-plugin": "^0.6.4", nodejs v6.11.4 [email protected]", It worked somehow at...
Just got this error randomly after using hard-source-webpack-plugin for a few days: ``` RangeError: Invalid string length at formatError (/myproject/node_modules/webpack/lib/Stats.js:221:30) at Array.map () at Stats.toJson (/myproject/node_modules/webpack/lib/Stats.js:229:56) at Compiler. (/myproject/node_modules/html-webpack-plugin/index.js:68:44) at...
### Expected Behavior md5s for modules are stored separate from the cached modules. ### Actual Behavior Store md5s in module cache.