move polyfills to build/polyfills

This commit is contained in:
Martin Aeschlimann
2020-06-11 21:54:27 +02:00
parent 3b36742908
commit 917064c80c
19 changed files with 10 additions and 382 deletions

View File

@@ -26,7 +26,7 @@ const serverConfig = withDefaults({
},
resolve: {
alias: {
'vscode-nls': path.resolve(__dirname, '../polyfills/vscode-nls.js')
'vscode-nls': path.resolve(__dirname, '../../../build/polyfills/vscode-nls.js')
}
}
});