]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
build: external vue libs
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 21 Jan 2020 17:31:51 +0000 (18:31 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 21 Jan 2020 17:32:01 +0000 (18:32 +0100)
rollup.config.js

index e82b01d32965f878f90af08f0276c4a777d5fc88..3568bfdd2873a5a1734f86b25b6c3eff8f900b88 100644 (file)
@@ -18,7 +18,7 @@ const exportName = 'VueRouter'
 function createEntry(
   {
     format, // Rollup format (iife, umd, cjs, es)
-    external, // Rollup external option
+    external = ['vue', '@vue/reactivity', '@vue/runtime-core'], // Rollup external option
     input = 'src/index.ts', // entry point
     env = 'development', // NODE_ENV variable
     minify = false,