Explorar o código

fix: add missing compiler to the full build on Windows (#333)

Stanislav Lashmanov %!s(int64=6) %!d(string=hai) anos
pai
achega
58fcd15000
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      rollup.config.js

+ 1 - 3
rollup.config.js

@@ -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