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 committed Jun 14, 2024
1 parent a2a1914 commit d859f6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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"
})
]
};
6 changes: 4 additions & 2 deletions rollup.config.workers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
output: [
{
file: 'dist/index.js',
format: 'es'
format: 'es',
}
],
plugins:[
Expand All @@ -21,6 +21,8 @@ export default {
html({
include: '**/*.html'
}),
compiler()
compiler({
compilation_level:"ADVANCED"
})
]
};

0 comments on commit d859f6d

Please sign in to comment.