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

@@ -26,6 +26,9 @@ const serverConfig = withDefaults({
filename: 'cssServerMain.js',
path: path.join(__dirname, 'dist', 'browser'),
libraryTarget: 'var'
},
performance: {
hints: false
}
});
serverConfig.plugins[1] = vscodeNlsReplacement; // replace nls bundler