Skip to content

Commit

Permalink
Merge pull request umijs#359 from shaodahong/patch-1
Browse files Browse the repository at this point in the history
docs: update webpack config vendor link
  • Loading branch information
afc163 committed Sep 30, 2019
2 parents e84d6b5 + 2d835a4 commit 45b92b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 45b92b7

Please sign in to comment.