webpack.js.org
webpack.js.org copied to clipboard
Repository for webpack documentation and more!
fixes: #7509
# 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...
docs: updated getting started guide to correct webpack config file extension to support CJS syntax
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...