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

Proposed changes can be seen here: https://github.com/chuckdumont/docs/wiki/list-of-plugins#dojowebpackplugin- Note that I'm requesting this change in the old document repo because the plugin currently only works with Webpack 1.x. I'm assuming that...

Hi yall, I cannot get my head around with how webpack dev server detect changes in file. Can anyone give a simple explanation please

Indentation is missing on unordered lists in Firefox, making it difficult to read. Adding the `-moz`-prefixed CSS properties fixes the problem.

From https://github.com/webpack/docs/wiki/node.js-api#error-handling ```js var webpack = require("webpack"); webpack({ // configuration }, function(err, stats) { if(err) return handleFatalError(err); var jsonStats = stats.toJson(); if(jsonStats.errors.length > 0) // PREVENTS WARNINGS SHOWING return handleSoftErrors(jsonStats.errors);...

Environment ``` My OS is win7.I use webpack-dev-server 1.14.1. ``` I know webpack-dev-server will watch the source files which are changed.After these files are changed, webpack-dev-server will recompile by doing...

eBay's asset bundler [Lasso.js](https://github.com/lasso-js/lasso) seems to have become fairly mature, and has become a real contender to Webpack. I believe adding the library to the comparison table in the documentation...

[webpack cn doc ](http://stephenzhao.github.io/webpack-cn/)

**Screenshot:** ![Alt text](https://i.gyazo.com/ef660bdf35c97ec928b258012a45ccea.png)

require(process.cwd()+'/path/to/module') - doesn't work. It should work for the isomorphic applications

https://webpack.github.io/docs/hot-module-replacement-with-webpack.html uses the term "self-accept" assuming the developer knows what it means. I've read the prerequisites listed on that page (Using Plugins and Code Splitting) and still have no idea...