Skip to content

Commit

Permalink
docs: update webpack config vendor link
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Sep 30, 2019
1 parent ec157e0 commit 1fc962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -232,4 +232,4 @@ Set this option to `false` if your module does not have a `default` export.

### Note

babel-plugin-import will not work properly if you add the library to the webpack config [vendor](https://webpack.github.io/docs/code-splitting.html#split-app-and-vendor-code).
babel-plugin-import will not work properly if you add the library to the webpack config [vendor](https://webpack.js.org/concepts/entry-points/#separate-app-and-vendor-entries).

0 comments on commit 1fc962a

Please sign in to comment.