mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
webpack - move __dirname-config up into shared config
This commit is contained in:
@@ -11,9 +11,6 @@ const withDefaults = require('../shared.webpack.config');
|
||||
|
||||
module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
node: {
|
||||
__dirname: false,
|
||||
},
|
||||
resolve: {
|
||||
mainFields: ['module', 'main']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user