hard-source-webpack-plugin
hard-source-webpack-plugin copied to clipboard
### Expected Behavior Previous version (^0.6.4) works fine: https://cl.ly/14b06acd737b ### Actual Behavior Latest version (^0.12.0) works wrong: https://cl.ly/3743960fb615 #### Is an error being thrown? Problem: last compilation did not finish...
### Expected Behavior Electron app using Webpack builds successfully ### Actual Behavior Running `electron-builder` fails because of `jsonlint` dependency, which has a dependency on `JSV` which has broken `"dependencies"` field...
See #448 for details. "^4.0.0-beta.*" is syntactically incorrect, there is no "*" allowed at that location. Replaced that with "^4.0.0-beta.0".
In the package.json, a dependency to webpack is defined as follows: ``` "webpack": "^4.0.0 || ^4.0.0-beta.* || ^3.8.1 || ^3.0.0 || ^3.0.0-rc.0 || ^2.1.0 || ^1.13.1", ``` The range "^4.0.0-beta.\*"...
Using `require.context` to automatically register Vue components. ### Expected Behavior Build output should be identical between builds. ### Actual Behavior All the dynamically registered modules are missing from the output...
### Expected Behavior webpack build successfully. ### Actual Behavior ``` 03:51:24 $ yarn && node --stack_size=8192 --max-old-space-size=8192 ./node_modules/.bin/webpack --env.buildcache --env.hash --env.sourcemap hidden-nosources-source-map 03:51:24 [1/5] Validating package.json... 03:51:24 [2/5] Resolving packages......
### Expected Behavior It should work. :) I get this fairly frequently during initial build, never with HMR. ### Actual Behavior It sometimes crashes. #### Is an error being thrown?...
### Expected Behavior > It should run as described ### Actual Behavior > It does not run #### Is an error being thrown? > \node_modules\hard-source-webpack-plugin\index.js:49 let ops = 0; ^^^...
Getting an error at the "advanced module optimization" stage of the build. Pulling out aurelia-webpack-plugin resolves the issue. Unfortunately, this plugin is essential for my build. Hopefully this stack trace...
Close #338 Store hashes in module cache that help if the cache becomes "split" and stores hashes that do not represent the state of their respective items in the module...