You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,7 +15,7 @@ webpack is a bundler for modules. The main purpose is to bundle javascript files
15
15
* dependencies are resolved while compiling, this makes the runtime very small
16
16
* loader can preprocess files while compiling, i. e. coffee-script to javascript
17
17
18
-
Check the [documentation](https://github.com/webpack/docs/wiki) if you want to know more...
18
+
Check the [documentation](http://webpack.github.io/docs/) if you want to know more...
19
19
20
20
21
21
@@ -33,15 +33,15 @@ Take a look at the [`examples`](https://github.com/webpack/webpack/tree/master/e
33
33
* watch mode
34
34
* SourceUrl and SourceMap support
35
35
* plugin system, extend webpack or build a complete different compiler
36
-
* i. e. [component](https://github.com/webpack/component-webpack-plugin), [rewire](https://github.com/jhnns/rewire-webpack) and [more...](https://github.com/webpack/docs/wiki/webpack-plugins)
* CLI with [arguments](https://github.com/webpack/docs/wiki/webpack-detailed-usage)
39
-
* CLI with [config file](https://github.com/webpack/docs/wiki/webpack-options), [arguments](https://github.com/webpack/docs/wiki/webpack-detailed-usage) are still possible
36
+
* i. e. [component](https://github.com/webpack/component-webpack-plugin), [rewire](https://github.com/jhnns/rewire-webpack) and [more...](http://webpack.github.io/docs/webpack-plugins.html)
* CLI with [arguments](http://webpack.github.io/docs/webpack-detailed-usage.html)
39
+
* CLI with [config file](http://webpack.github.io/docs/webpack-options.html), [arguments](http://webpack.github.io/docs/webpack-detailed-usage.html) are still possible
40
40
* usable as library from node.js
41
41
* usable as [grunt plugin](https://github.com/webpack/grunt-webpack)
42
42
* browser replacements
43
43
* comes with browser replacements for some node.js modules
compilation.warnings.push(newError("webpack options:\nDEPRECATED option '"+optionName+"' will be moved to the "+pluginName+". Use this by now.\nFor more info about the usage of the "+pluginName+" see https://github.com/webpack/docs/wiki/webpack-plugins"));
15
+
compilation.warnings.push(newError("webpack options:\nDEPRECATED option '"+optionName+"' will be moved to the "+pluginName+". Use this by now.\nFor more info about the usage of the "+pluginName+" see http://webpack.github.io/docs/webpack-plugins.html"));
0 commit comments