mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
json webpack fixes
This commit is contained in:
@@ -14,11 +14,11 @@ const webpack = require('webpack');
|
||||
const config = withDefaults({
|
||||
context: path.join(__dirname, 'client'),
|
||||
entry: {
|
||||
extension: './src/jsonMain.ts',
|
||||
extension: './src/node/jsonClientMain.ts'
|
||||
},
|
||||
output: {
|
||||
filename: 'jsonMain.js',
|
||||
path: path.join(__dirname, 'client', 'dist')
|
||||
filename: 'jsonClientMain.js',
|
||||
path: path.join(__dirname, 'client', 'dist', 'node')
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user