Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
ADVANCED 最大优化
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjianai authored Jun 14, 2024
2 parents 124309c + d859f6d commit f088007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion rollup.config.pages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default {
html({
include: '**/*.html'
}),
compiler()
compiler({
compilation_level:"ADVANCED"
})
]
};
7 changes: 3 additions & 4 deletions rollup.config.workers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ export default {
{
file: 'dist/index.js',
format: 'es',
plugins:[

]
}
],
plugins:[
Expand All @@ -24,6 +21,8 @@ export default {
html({
include: '**/*.html'
}),
compiler()
compiler({
compilation_level:"ADVANCED"
})
]
};

0 comments on commit f088007

Please sign in to comment.