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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Please see [Using Loaders](https://webpack.github.io/docs/using-loaders.html) fo
109
109
**styling**
110
110
*[`style`](https://github.com/webpack/style-loader): Add exports of a module as style to DOM
111
111
*[`css`](https://github.com/webpack/css-loader): Loads css file with resolved imports and returns css code
112
-
*[`cssnext`](https://github.com/cssnext/cssnext-loader): Loads and compiles a css file using [cssnext](http://cssnext.io/)
112
+
*[`cssnext`](https://github.com/MoOx/cssnext-loader): Loads and compiles a css file using [cssnext](http://cssnext.io/)
113
113
*[`less`](https://github.com/webpack/less-loader): Loads and compiles a less file
114
114
*[`sass`](https://github.com/jtangelder/sass-loader): Loads and compiles a scss file
115
115
*[`stylus`](https://github.com/shama/stylus-loader): Loads and compiles a stylus file
@@ -251,7 +251,7 @@ MIT (http://opensource.org/licenses/mit-license.php)
251
251
252
252
(In chronological order)
253
253
254
-
*@google for [Google Web Toolkit (GWT)](https://code.google.com/p/google-web-toolkit/), which aims to compile Java to JavaScript. It features a similar [Code Splitting](https://code.google.com/p/google-web-toolkit/wiki/CodeSplitting) as webpack.
254
+
*@google for [Google Web Toolkit (GWT)](https://code.google.com/archive/p/google-web-toolkit), which aims to compile Java to JavaScript. It features a similar [Code Splitting](https://code.google.com/archive/p/google-web-toolkit/wikis/CodeSplitting.wiki) as webpack.
255
255
*@medikoo for [modules-webmake](https://github.com/medikoo/modules-webmake), which is a similar project. webpack was born because I wanted Code Splitting for modules-webpack. Interestingly the [Code Splitting issue is still open](https://github.com/medikoo/modules-webmake/issues/7) (thanks also to @Phoscur for the discussion).
256
256
*@substack for [browserify](http://browserify.org/), which is a similar project and source for many ideas.
257
257
*@jrburke for [require.js](http://requirejs.org/), which is a similar project and source for many ideas.
0 commit comments