Skip to content

Commit 9d88183

Browse files
committed
chore: bump version
1 parent de84427 commit 9d88183

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

frameworks/keyed/million/package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/million/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
preferBuiltins: false,
3333
extensions: ['.js', '.jsx'],
3434
}),
35-
million.rollup(),
35+
million.rollup({ mode: 'optimize' }),
3636
terser(TERSER_OPTIONS),
3737
],
3838
};

0 commit comments

Comments
 (0)