mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
fix profile import/export in web (#171753)
- move it to configuration-editing extension
This commit is contained in:
committed by
GitHub
parent
df24bef783
commit
5b02e68e42
@@ -7,6 +7,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const withBrowserDefaults = require('../shared.webpack.config').browser;
|
||||
|
||||
module.exports = withBrowserDefaults({
|
||||
@@ -16,6 +17,11 @@ module.exports = withBrowserDefaults({
|
||||
},
|
||||
output: {
|
||||
filename: 'configurationEditingMain.js'
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'./node/net': path.resolve(__dirname, 'src', 'browser', 'net'),
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user