mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
webpack - move __dirname-config up into shared config
This commit is contained in:
@@ -20,9 +20,6 @@ module.exports = withDefaults({
|
||||
mainFields: ['module', 'main'],
|
||||
extensions: ['.ts', '.js'] // support ts-files and js-files
|
||||
},
|
||||
node: {
|
||||
__dirname: false // leave the __dirname-behaviour intact
|
||||
},
|
||||
output: {
|
||||
filename: 'cssServerMain.js',
|
||||
path: path.join(__dirname, 'dist'),
|
||||
|
||||
Reference in New Issue
Block a user