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 c53dc67 commit 99b0f9dCopy full SHA for 99b0f9d
packages/@angular/cli/plugins/scripts-webpack-plugin.ts
@@ -116,7 +116,7 @@ export class ScriptsWebpackPlugin {
116
const concatSource = new ConcatSource();
117
sources.forEach(source => {
118
concatSource.add(source);
119
- concatSource.add('\n');
+ concatSource.add('\n;');
120
});
121
122
const combinedSource = new CachedSource(concatSource);
0 commit comments