April Arcus
April Arcus
I love this! Thank you for the tip.
see https://github.com/webpack-contrib/sass-loader/issues/1016
Similar error originates here, in the case of css modules. https://github.com/webpack-contrib/css-loader/blob/v6.2.0/src/utils.js#L530 The `loaderContext` passed to `getModulesOptions` does not have a `_compilation` key. It originates as the loaders `this` https://github.com/webpack-contrib/css-loader/blob/v6.2.0/src/index.js.
`karma-sourcemap-loader` is attempting resolve source maps relative to the entrypoint, rather than to the corresponding build artifact in the temp directory. For example, here's what karma-sourcemap-loader receives as its `file`...
You could re-implement this with ``` new webpack.ProgressPlugin((percent, message) => { if (percent
@codymikol this is impacting my team; our chunks are too large for karma to handle with splitChunks off. I can pick this up and run with it if you're tied...
Don't lock
Is there an option to disable source maps for worker-loader?
Impossible at this time due to https://github.com/webpack/webpack/issues/13801
I just tried to do the Bootstrap 4-est thing. In truth I don't intend to maintain this branch or push for merging it, but I did want to evaluate the...