]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix: add missing compiler to the full build on Windows (#333)
authorStanislav Lashmanov <stasvarenkin@gmail.com>
Fri, 18 Oct 2019 17:57:13 +0000 (20:57 +0300)
committerEvan You <yyx990803@gmail.com>
Fri, 18 Oct 2019 17:57:13 +0000 (13:57 -0400)
rollup.config.js

index 56d34528a7a37f796c28739cbc989c988e5d0862..66b8ddcce608a4376c1d7523246e61cd7d7d3e0f 100644 (file)
@@ -77,9 +77,7 @@ function createConfig(output, plugins = []) {
   const isGlobalBuild = /\.global(\.prod)?\.js$/.test(output.file)
   const isBundlerESMBuild = /\.esm-bundler\.js$/.test(output.file)
   const isBrowserESMBuild = /esm-browser(\.prod)?\.js$/.test(output.file)
-  const isRuntimeCompileBuild = /\/vue\./.test(output.file)
-
-  console.log(isBundlerESMBuild)
+  const isRuntimeCompileBuild = /vue\./.test(output.file)
 
   if (isGlobalBuild) {
     output.name = packageOptions.name