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

*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...

# Bug report **What is the current behavior?** - `output.clean` option is ignored. - property output.clean is not allowed according to PHPStorm. "Validates options against [webpack options schema](https://github.com/webpack/webpack/blob/master/schemas/WebpackOptions.json)". In reality...

The [documentation for Resolve](https://webpack.js.org/configuration/resolve/) begins: >These options change how modules are resolved. webpack provides reasonable defaults, but it is possible to change the resolving in detail. Have a look at...

__Feature to document__ [Doc says](https://webpack.js.org/configuration/optimization/#optimizationmoduleids): ``` To override the default behaviour set optimization.moduleIds to false and use the webpack.ids.DeterministicModuleIdsPlugin ``` But I can't find any description of this plugins __Author(s)__...

# Bug report **What is the current behavior?** The amCharts 4 lib chunk (defined as a shared/singleton module) is being loaded twice. **If the current behavior is a bug, please...

To convenient and clearly, for webpack user to find their wanted plugins in https://webpack.js.org/plugins/. Whether the plugins list can arrange with types(with similar ability) like in [loaders](https://webpack.js.org/loaders/), such as Minify,...

*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...

__Feature to document__ `import(/* webpackExports: "exportName" */ './utils.js')` `import(/* webpackExports: ["exportNameA", "exportNameB", "default"] */ './utils.js')` Allows to manually pick the exports which should be exposed. Allows to tree shake the...

**Feature to document** Tapable new API `.hooks` **Additional information** > (node:10572) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead All Internet search results only show answers for: >...

API
Plugins

*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...