Remove intermediate files when bundling

This commit is contained in:
Pierre Ossman
2017-12-09 14:14:04 +01:00
parent 2163326888
commit be7b4e88f0
2 changed files with 27 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ module.exports = {
.then(() => `<script src="${path.relative(base_out_path, out_path)}"></script>`);
},
noCopyOverride: () => {},
removeModules: true,
},
'systemjs': {
appWriter: (base_out_path, out_path) => {