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 9177ab3 commit af5977cCopy full SHA for af5977c
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