Skip to content

Commit

Permalink
chore: reduce bundle size – remove source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletFlash committed Feb 8, 2022
1 parent 239b0f9 commit f8ae1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rm(distPath, { force: true, recursive: true })
external: ['@angular-devkit/architect', '@angular-devkit/core', 'pnpapi', 'rxjs'],
minify: true,
platform: 'node',
sourcemap: 'external',
sourcemap: false,
target: 'node16',
format: 'cjs',
treeShaking: true,
Expand Down

0 comments on commit f8ae1c4

Please sign in to comment.