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: content/docs/code-splitting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ import("./math").then(math => {
97
97
When Webpack comes across this syntax, it automatically starts code-splitting
98
98
your app. If you're using Create React App, this is already configured for you
99
99
and you can [start using it](https://facebook.github.io/create-react-app/docs/code-splitting) immediately. It's also supported
100
-
out of the box in [Next.js](https://github.com/zeit/next.js/#dynamic-import).
100
+
out of the box in [Next.js](https://nextjs.org/docs/advanced-features/dynamic-import).
101
101
102
102
If you're setting up Webpack yourself, you'll probably want to read Webpack's
103
103
[guide on code splitting](https://webpack.js.org/guides/code-splitting/). Your Webpack config should look vaguely [like this](https://gist.github.com/gaearon/ca6e803f5c604d37468b0091d9959269).
0 commit comments