[html] make mode services async

This commit is contained in:
Martin Aeschlimann
2020-06-25 11:48:16 +02:00
parent f591492df8
commit a180933669
16 changed files with 322 additions and 307 deletions

View File

@@ -25,6 +25,11 @@ const serverConfig = withDefaults({
performance: {
hints: false
},
optimization: {
splitChunks: {
chunks: "async"
}
},
resolve: {
alias: {
'vscode-nls': path.resolve(__dirname, '../../../build/polyfills/vscode-nls.js')