mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Fixes "_b is not defined" error
This commit is contained in:
committed by
Henning Dieterichs
parent
4cbf4fa126
commit
e2670a457f
@@ -56,4 +56,8 @@ module.exports = {
|
||||
plugins: [
|
||||
new WarningsToErrorsPlugin()
|
||||
],
|
||||
optimization: {
|
||||
// Without it, CI fails, which indicates a webpack minification bug.
|
||||
minimize: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user