Remove intermediate files when bundling
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user