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

An experiment for https://github.com/webpack/webpack/pull/13822#pullrequestreview-709439528 1. from: `https://webpack.js.org/r/webpack/?option=output/filename` 2. to: `https://webpack.js.org/configuration/output/#outputfilename` Currently we can only make those redirections happen on client side as a single page application hosted on github pages...

Sometimes I think moving `infrastructureLogging` on own page with example will be a great idea because logging is main for many developers. _Originally posted by @alexander-akait in https://github.com/webpack/webpack.js.org/issues/5216#issuecomment-884893314_

When visiting a page on `https://webpack.js.org` in a subdirectory while omitting the trailing slash for the directory, an HTTP redirect chain happens that redirects the traffic through an unencrypted connection:...

# Bug report I was trying to split my app code and all `node_modules` packages into two separate bundles and I wanted to name the dependencies bundle `vendors.js`. Here's my...

## Feature Request 404 page doesn't have header and footer for navigating through website & doesn't have link to homepage. ![webpack](https://user-images.githubusercontent.com/62742018/103475412-f1322b80-4dd2-11eb-9454-5bc4c74887bf.PNG)

Bug

Create new page to show webpack ecosystem status page: https://github.com/webpack/webpack.js.org/issues/1852 Initial work by @TheLarkInn

Documentation
New Release

## Feature request My company is evaluating micro-frontend frameworks for a platform. Webpack is high up on the list of potential frameworks, but unfortunately, the webpack module federation docs are...

Help Wanted

# Bug report **What is the current behavior?** The `mainTemplate` hooks that I used in a plugin in webpack 4 seem to no longer get called on the webpack runtime...

# Bug report **What is the current behavior?** Webpack outputs the workers correctly but is not bundling the included relative imports in those web workers. **If the current behavior is...

# Bug report **What is the current behavior?** The example given on the docs https://webpack.js.org/configuration/output/#outputdevtoolmodulefilenametemplate suggest using `webpack:///${info.resourcePath}?${info.loaders}`. But logging `info` shows that lots of the mentionned keys are not...