We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f19b1 commit 63a9bd1Copy full SHA for 63a9bd1
tutorials/webpack-code-splitting/package.json
@@ -25,7 +25,9 @@
25
"https://github.com/webpack/docs/wiki/configuration#entry",
26
"http://webpack.github.io/docs/configuration.html#entry",
27
"http://webpack.github.io/docs/code-splitting.html",
28
- "https://github.com/webpack/webpack/tree/master/examples/code-splitting",
+ "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",
31
"http://stackoverflow.com/questions/33505992/babel-6-changes-how-it-exports-default",
32
"https://github.com/59naga/babel-plugin-add-module-exports"
33
]
0 commit comments