From 1fc962a67611006287e52b7290609cbec2e0bc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=97=E4=BD=A0=E6=98=AF=E5=B0=8F=E7=8C=AB=E5=92=AA?= Date: Mon, 30 Sep 2019 13:42:30 +0800 Subject: [PATCH] docs: update webpack config vendor link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9c585f2..0618a008 100644 --- a/README.md +++ b/README.md @@ -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).