update css/html/json dependencies and webpack cleanup (fixes #57431, fixes #58417)

This commit is contained in:
Martin Aeschlimann
2018-09-19 16:52:42 +02:00
parent d216f0e06e
commit 2dd4d2b56f
22 changed files with 133 additions and 216 deletions

View File

@@ -19,7 +19,6 @@ module.exports = withDefaults({
output: {
filename: 'htmlServerMain.js',
path: path.join(__dirname, 'dist'),
libraryTarget: "commonjs",
},
externals: {
'typescript': 'commonjs typescript'