Skip to content

Commit 88d17b5

Browse files
committed
fix(build): do not use advanccedOptimizations
1 parent 1f6554f commit 88d17b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/lib/plugins/angular-rspack-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class AngularRspackPlugin implements RspackPluginInstance {
4141
{
4242
sourcemap: false,
4343
thirdPartySourcemaps: false,
44-
advancedOptimizations: true,
44+
advancedOptimizations: false,
4545
jit: this.#_options.jit,
4646
},
4747
maxWorkers

0 commit comments

Comments
 (0)