From bb4d0fc0c2240767b016f9d27b5de00177356ecf Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 4 Jan 2018 20:29:24 -0900 Subject: [PATCH] Revert wording --- 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 bbaffc944..8699ff7eb 100644 --- a/content/docs/code-splitting.md +++ b/content/docs/code-splitting.md @@ -109,7 +109,7 @@ If you're setting up Webpack yourself, you'll probably want to read Webpack's [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). When using [Babel](http://babeljs.io/), you'll need to make sure that Babel can -parse the dynamic import syntax without transforming it. For that, you will need [babel-plugin-syntax-dynamic-import](https://yarnpkg.com/en/package/babel-plugin-syntax-dynamic-import). +parse the dynamic import syntax but is not transforming it. For that you will need [babel-plugin-syntax-dynamic-import](https://yarnpkg.com/en/package/babel-plugin-syntax-dynamic-import). ## Libraries