docs icon indicating copy to clipboard operation
docs copied to clipboard

[OLD] documentation for webpack

Results 37 docs issues
Sort by recently updated
recently updated
newest added

The wiki's [front page](https://webpack.github.io/docs/) clearly states that it's for Webpack 1.X and thus obsolete for modern installations. But [none](https://webpack.github.io/docs/plugins.html) [of](https://webpack.github.io/docs/using-loaders.html) [the](https://webpack.github.io/docs/dev-tools.html) [other](http://webpack.github.io/docs/tutorials/getting-started/) [pages](https://webpack.github.io/docs/commonjs.html) [do](https://webpack.github.io/docs/what-is-webpack.html). The `webpack v1 is deprectated` box...

Using `webpack` version `4.6.0` I need to resolve the path of a loader using webpack. The loader is used like this in a `node_modules` dependency: ``` const loadedIndex = require('!!../loaders/A-loader!./index.js');...

The list of loaders includes some projects that are outdated, unmaintained, and/or deprecated. For instance, these two projects are both listed for Typescript and are no longer maintained: * https://github.com/denvned/webpack-typescript...

Hi, Thanks for the wonderful work you guys are doing. I've encountered a problem with externals configuration The documentation [here](https://webpack.js.org/configuration/externals/#array) says the value of a property under the externals object...

Hi, I would know if it's possible to link 2 webpack of two different application. I have to add a code source to an existing application ,i have many webpacks...

https://github.com/webpack/docs/wiki/configuration In the migrating guide, it says root and others are replaced by resolve.modules. But in the above Wiki, they are still there and not mentioned as deprecated. The above...

Is there a way to mock a AMD module dependency in webpack, when it is running under karma/jasmine? I have asked at stackoverflow with no luck: https://stackoverflow.com/questions/48264681/how-to-mock-modules-within-a-define-call-running-under-a-karma-webpack-jasmine Webpack is version...

Case-semantic and casing errors with modules in the hot folder. "Multiple modules use XX.js" is repeated for files for the hot folder such as emitter.js This is from making a...

Some of the ads being served force the page to jump to the video over and over again, making it impossible to actually read the docs. Recommend closing and removing...