webpack.js.org
webpack.js.org copied to clipboard
Repository for webpack documentation and more!
docs: add namedmodulesplugin description (#2547)
This PR attempts to fix issue #2547
__Feature to document__ From https://github.com/webpack/webpack/issues/11975 Now that Webpack 5 resolves conditional exports, it seems likely that it's going to be bundling a lot of non-ES5 code from dependencies. It seems...
Webpack does not transpile arrow functions and template strings passed to higher order functions
# Bug report **What is the current behavior?** Arrow functions (including those that contain template strings) are not transpiled down to ES5 _only_ when they are passed to higher order...
Document webpack change: enable named exports for commonjs as node.js supports it now
*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...
documentation update and confusions around
# Bug report **What is the current behavior?** Read a documentation about webpack-5 who is really talking about webpack-5. **If the current behavior is a bug, please provide the steps...
The "workbox-webpack-plugin" setup in the documentation results in "bad-precaching-response" error
Hi, I followed the documentation in webpack [on how to setup a web worker with workbox](https://webpack.js.org/guides/progressive-web-application/#root). But Im running into a bit of a snag. This is the error I...
There is a plugin: https://github.com/mariusbalcytis/extract-file-loader/blob/master/Plugin.js - it's not webpack-5 compatible, but we want to make it one, sadly, there is no documentation about what should be used instead of deprecated...
plugins: fix optimization.splitChunks.automaticNamePrefix
Fix : https://github.com/webpack/webpack.js.org/issues/3822 - [x] Read and sign the [CLA][1]. PRs that haven't signed it won't be accepted. - [x] Make sure your PR complies with the [writer's guide][2]. -...
Document webpack change: Move Module.used and Module.usedExports into ModuleGraph
*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...
Document webpack change: refactor chunk id plugins
*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...