mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
combine containers
This commit is contained in:
@@ -55,6 +55,6 @@ module.exports = Object.keys(entries).map(entryPoint => {
|
||||
},
|
||||
stats: 'minimal',
|
||||
mode: 'development',
|
||||
devtool: 'cheap-module-source-map'
|
||||
devtool: 'eval'
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user