]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
build: remove iife entry
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 17 Nov 2019 17:53:55 +0000 (18:53 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 17 Nov 2019 17:53:55 +0000 (18:53 +0100)
rollup.config.js

index a1b8222bf10799febb5f41779c37cee4face3286..befb770ff0d6b6b79b3393ce36cb44571eec01ec 100644 (file)
@@ -60,7 +60,7 @@ function createEntry(
   }
 
   if (format === 'iife') {
-    config.input = 'src/entries/iife.ts'
+    // config.input = 'src/entries/iife.ts'
     config.output.file = pkg.unpkg
     config.output.name = exportName
   } else if (format === 'es') {