hard-source-webpack-plugin
hard-source-webpack-plugin copied to clipboard
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
### Expected Behavior > build successfully. ### Actual Behavior > building failed. error is reported below #### Is an error being thrown? > Error: Cannot find module 'webpack/lib/NormalModule' at Function.Module._resolveFilename...
### Expected Behavior modules with errors in them should not keep built file ### Actual Behavior My build runs. Multiple files have typescript errors causing the build to fail. The...
### Expected Behavior Every executable from a production build should be usable (In my use case, Electron) ### Actual Behavior Every other production results in an executable which throws: `[error]...
to fix this issue https://github.com/mzgoddard/hard-source-webpack-plugin/issues/416
* Step 1, trigger a js syntax error ```shell ERROR in ./static/shared/js/component/add-to-cart.js Module build failed: SyntaxError: Unexpected token, expected ; (13:15) 11 | */ 12 | > 13 | var...
Default setting for use hard-source-webpack-plugin in webpack.  I want to tracking node dependencies with: package.json, node_modules/* ,but except the packages begin with 'smd' in node_module. Can I use regex...
### Expected Behavior Environment variables should not be cached. ### Actual Behavior Environment #### Is an error being thrown? No ### Steps to Reproduce 1. Add an environment variable in...
This was a one time error. So I'm just gonna put it here as an FYI instead of a thorough report due to a tight deadline. But I just upgraded...
Return a value so that a second call to updateMd5CacheItem on the stored promise is given the input the first call received to keep from throwing an error.