Skip to content

Commit 9aa4f59

Browse files
committed
Turn moduleSideEffects back on
1 parent c78b1ab commit 9aa4f59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/webamp/scripts/rollup.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ async function build() {
104104
plugins,
105105
// Enable tree shaking optimizations
106106
treeshake: {
107-
moduleSideEffects: false,
108107
propertyReadSideEffects: false,
109108
tryCatchDeoptimization: false,
110109
},

0 commit comments

Comments
 (0)