Skip to content

Commit

Permalink
lib/codemod can't deal with treeshaking or splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 16, 2023
1 parent 2ac6689 commit a3fc22f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/prepare/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ const run = async ({ cwd, flags }: { cwd: string; flags: string[] }) => {
tasks.push(
build({
silent: true,
treeshake: true,
splitting: true,
entry: allEntries,
watch,
outDir,
Expand Down

0 comments on commit a3fc22f

Please sign in to comment.