webpack bot
webpack bot
*A pull request by @sokra was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/11176 --- add missing serializers for classes used in test suite cc @evilebottnawi for...
*A pull request by @sokra was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/10960 --- This PR brings Module Federation to a whole new level. It's a...
*A pull request by @artchenamazon was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/12527 --- Module federation generates async chunks for exposed modules, which by default named...
*A pull request by @sokra was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/11885 --- fixes #11878 **What kind of change does this PR introduce?** bugfix, feature...
*A pull request by @sokra was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/7852 --- **What kind of change does this PR introduce?** refactor **Did you add...
*A pull request by @sokra was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/7995 --- * fixed sorting of assets in stats * NamedChunkIdsPlugin can now generate...
*A pull request by @sokra was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/10992 --- * move script loading into separate runtime module * attach to existing...
# Bug report **What is the current behavior?** When using webpack in development mode with either webpack-dev-server or webpack-serve a plugin may throw an error in the `done` hook. When...
I've got package A that depends on package B, which depends on package C (worker), which depends on package A. I'm getting an error like this: http://trusktr.io:7777/ixujinuzij --- This issue...
# Bug report **What is the current behavior?** source-map-loader reporting errors for each installed module, example below (this repeats for each installed module) ``` WARNING in ./node_modules/caip/dist/cjs/utils.js Module Warning (from...