mirror of https://github.com/webpack/webpack.git
Merge pull request #1598 from elliottsj/patch-1
Fix broken link to GWT code splitting article
This commit is contained in:
commit
eb4caf3bf9
|
|
@ -253,7 +253,7 @@ MIT (http://opensource.org/licenses/mit-license.php)
|
|||
|
||||
(In chronological order)
|
||||
|
||||
* @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.
|
||||
* @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.
|
||||
* @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).
|
||||
* @substack for [browserify](http://browserify.org/), which is a similar project and source for many ideas.
|
||||
* @jrburke for [require.js](http://requirejs.org/), which is a similar project and source for many ideas.
|
||||
|
|
|
|||
Loading…
Reference in New Issue