webpack.js.org icon indicating copy to clipboard operation
webpack.js.org copied to clipboard

Repository for webpack documentation and more!

Results 194 webpack.js.org issues
Sort by recently updated
recently updated
newest added

# Some First-Time-User Feedback The official webpack "[Getting Started Guide](https://webpack.js.org/guides/)" takes the long route to get to a minimal working example. You have to go through [Getting Started] -> [Asset...

Updated getting started guide to correct webpack config file extension to support CJS syntax The docs used import statement in index.js which requires setting `type: "module"`. There is a PR...

*A pull request by @alexander-akait was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/18965 --- **What kind of change does this PR introduce?** fixes https://github.com/webpack/webpack/issues/18898 **Did you...