mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
use production-mode for git bundle
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
mode: 'none',
|
||||
// mode: 'none',
|
||||
mode: 'production',
|
||||
target: 'node',
|
||||
context: __dirname,
|
||||
entry: {
|
||||
|
||||
Reference in New Issue
Block a user