Skip to content

Commit 63a9bd1

Browse files
committed
update
1 parent 72f19b1 commit 63a9bd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/webpack-code-splitting/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"https://github.com/webpack/docs/wiki/configuration#entry",
2626
"http://webpack.github.io/docs/configuration.html#entry",
2727
"http://webpack.github.io/docs/code-splitting.html",
28-
"https://github.com/webpack/webpack/tree/master/examples/code-splitting",
28+
"https://github.com/webpack/webpack/tree/webpack-1/examples",
29+
"https://github.com/webpack/webpack/tree/webpack-1/examples/named-chunks",
30+
"http://react-china.org/t/webpack-output-filename-output-chunkfilename/2256",
2931
"http://stackoverflow.com/questions/33505992/babel-6-changes-how-it-exports-default",
3032
"https://github.com/59naga/babel-plugin-add-module-exports"
3133
]

0 commit comments

Comments
 (0)