We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6df9c1 commit f9a2c3aCopy full SHA for f9a2c3a
packages/angular_devkit/build_angular/src/utils/process-bundle.ts
@@ -139,7 +139,7 @@ export async function inlineLocales(options: InlineOptions) {
139
ast = parseSync(options.code, {
140
babelrc: false,
141
configFile: false,
142
- sourceType: 'script',
+ sourceType: 'unambiguous',
143
filename: options.filename,
144
});
145
} catch (error) {
0 commit comments