We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ce71f commit 271fd34Copy full SHA for 271fd34
packages/signals/signals-runtime/build-signals-runtime-global.js
@@ -84,6 +84,7 @@ const buildRuntime = async (platform) => {
84
minify: true,
85
banner: { js: getBanner(entryPoint) },
86
})
87
+ compileToEs5WithBabel(outfileMinified)
88
console.log(`wrote: ${outfileMinified}`)
89
90
// Build unminified version
@@ -97,8 +98,6 @@ const buildRuntime = async (platform) => {
97
98
99
// Compile to ES5
100
compileToEs5WithBabel(outfileUnminified)
- compileToEs5WithBabel(outfileMinified)
101
-
102
console.log(`wrote: ${outfileUnminified}`)
103
}
104
0 commit comments