Skip to content

Commit 271fd34

Browse files
committed
wip
1 parent 34ce71f commit 271fd34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/signals/signals-runtime/build-signals-runtime-global.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const buildRuntime = async (platform) => {
8484
minify: true,
8585
banner: { js: getBanner(entryPoint) },
8686
})
87+
compileToEs5WithBabel(outfileMinified)
8788
console.log(`wrote: ${outfileMinified}`)
8889

8990
// Build unminified version
@@ -97,8 +98,6 @@ const buildRuntime = async (platform) => {
9798

9899
// Compile to ES5
99100
compileToEs5WithBabel(outfileUnminified)
100-
compileToEs5WithBabel(outfileMinified)
101-
102101
console.log(`wrote: ${outfileUnminified}`)
103102
}
104103

0 commit comments

Comments
 (0)