mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01: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 // leave the __dirname-behaviour intact
|
||||
},
|
||||
entry: {
|
||||
main: './src/main.ts',
|
||||
['askpass-main']: './src/askpass-main.ts'
|
||||
|
||||
Reference in New Issue
Block a user