Skip to content

Commit 6a91c59

Browse files
committed
Merge pull request webpack#2304 from edbedbe/patch-1
Updated broken GWT code splitting link
2 parents 45e036d + 6d36949 commit 6a91c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ MIT (http://opensource.org/licenses/mit-license.php)
254254

255255
(In chronological order)
256256

257-
* @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.
257+
* @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](http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html) as webpack.
258258
* @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).
259259
* @substack for [browserify](http://browserify.org/), which is a similar project and source for many ideas.
260260
* @jrburke for [require.js](http://requirejs.org/), which is a similar project and source for many ideas.

0 commit comments

Comments
 (0)