From 794c0e07565b08b3d54e8826c0a06d10406ef90c Mon Sep 17 00:00:00 2001 From: Joseph Race Date: Tue, 23 Jan 2018 17:36:15 +0000 Subject: [PATCH] Update code-splitting.md (#546) --- content/docs/code-splitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/code-splitting.md b/content/docs/code-splitting.md index 0441e6a5..ce0569c5 100644 --- a/content/docs/code-splitting.md +++ b/content/docs/code-splitting.md @@ -100,7 +100,7 @@ import("./math").then(math => { > part of the language standard. It is expected to be accepted within the > near future. -When Webpack comes across this syntax, it automatically start code-splitting +When Webpack comes across this syntax, it automatically starts code-splitting your app. If you're using Create React App, this is already configured for you and you can [start using it](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting) immediately. It's also supported out of the box in [Next.js](https://github.com/zeit/next.js/#dynamic-import).