Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nchmark into aidenybai-master
  • Loading branch information
krausest committed May 21, 2023
2 parents d3e39a8 + 2d1eb95 commit 583499f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 24 deletions.
65 changes: 43 additions & 22 deletions frameworks/keyed/million/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frameworks/keyed/million/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build-prod": "rollup -c"
},
"dependencies": {
"million": "2.1.2"
"million": "^2.3.3"
},
"devDependencies": {
"@babel/core": "^7.21.0",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/keyed/million/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
preferBuiltins: false,
extensions: ['.js', '.jsx'],
}),
million.rollup(),
million.rollup({ mode: 'optimize' }),
terser(TERSER_OPTIONS),
],
};

0 comments on commit 583499f

Please sign in to comment.