extensions in web build

This commit is contained in:
Martin Aeschlimann
2020-06-10 14:20:51 +02:00
parent dbb542dcdb
commit 9de8a85408
4 changed files with 138 additions and 73 deletions

View File

@@ -25,6 +25,9 @@ const clientConfig = withDefaults({
output: {
filename: 'cssClientMain.js',
path: path.join(__dirname, 'client', 'dist', 'browser')
},
performance: {
hints: false
}
});
clientConfig.plugins[1] = vscodeNlsReplacement; // replace nls bundler