mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
fix windows path issues in yarn watch-web
This commit is contained in:
@@ -22,11 +22,11 @@ const serverConfig = withBrowserDefaults({
|
||||
},
|
||||
optimization: {
|
||||
splitChunks: {
|
||||
chunks: "async"
|
||||
chunks: 'async'
|
||||
}
|
||||
}
|
||||
});
|
||||
serverConfig.module.noParse = /typescript\/lib\/typescript\.js/;
|
||||
serverConfig.module.noParse = /typescript[\/\\]lib[\/\\]typescript\.js/;
|
||||
serverConfig.module.rules.push({
|
||||
test: /javascriptLibs.ts$/,
|
||||
use: [
|
||||
|
||||
Reference in New Issue
Block a user