We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffa70a commit 77c4d4aCopy full SHA for 77c4d4a
packages/angular_devkit/build_angular/src/utils/process-bundle.ts
@@ -133,11 +133,10 @@ async function processWorker(options: ProcessBundleOptions): Promise<void> {
133
134
// Mangle downlevel code
135
const result = minify(code, {
136
- compress: false,
+ compress: true,
137
ecma: 5,
138
mangle: !manglingDisabled,
139
safari10: true,
140
- toplevel: true,
141
output: {
142
ascii_only: true,
143
webkit: true,
0 commit comments