webpack.js.org
webpack.js.org copied to clipboard
Repository for webpack documentation and more!
## Feature request **What is the expected behavior?** When a ChunkLoadError is thrown, you are able to catch it and determine the exact reason for it. **What is motivation or...
There're so many guides, plugins and loaders listed in the sidebar now, and it's sort of overwhelming for users, especially new users of webpack. One thing I've been thinking about...
Hi, I'm trying to figure out the deprecation warnings for ChunkGraph API (https://webpack.js.org/blog/2020-10-10-webpack-5-release/#other-minor-changes & https://webpack.js.org/blog/2020-10-10-webpack-5-release/#module-and-chunk-graph). It extremely hard to find the documentation for these new APIs: - the documentation does...
Complement and refine the operation steps.
fix https://github.com/webpack/webpack.js.org/issues/4106 There was no good place found to write the info - [x] Read and sign the [CLA][1]. PRs that haven't signed it won't be accepted. - [x] Make...
I had to add the CleanWebpackPlugin and the HtmlWebpackPlugin in the webpack.config.js file in order to get the same results that were shown in the example after the npm run...
_describe your changes..._ Handles : #2676 - [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...
Add a page to compiler object - [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...
- [x] Refactor naming convention for react components. ( #1490, #1538 ) - [x] Refactor structure of app specific code to live in `/src` dir. ( #1490, #1538 ) -...
By replacing btn.onclick = printMe with btn.onclick = () => printMe, multiple lines can be reduced. _describe your changes..._ - [x] Read and sign the [CLA][1]. PRs that haven't signed...