chore(package): bump webpack

This commit is contained in:
Daniel
2018-03-19 13:13:55 +01:00
parent 9e2e902b18
commit 1d7ee313a0
3 changed files with 993 additions and 425 deletions
+1
View File
@@ -15,6 +15,7 @@ const INJECTABLE_CLASSES = fs.readJSONSync(EMIT_PATH).map((item: InjectableClass
});
const webpackConfig: webpack.Configuration = {
mode: 'production',
entry: INDEX_PATH,
devtool: 'source-map',
target: 'web',