mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Fixes #141994: Address eslint problems
This commit is contained in:
@@ -9,8 +9,8 @@ const WarningsToErrorsPlugin = require('warnings-to-errors-webpack-plugin');
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
entry: {
|
||||
"core": './core.js',
|
||||
"editor.worker": '../../out-monaco-editor-core/esm/vs/editor/editor.worker.js',
|
||||
'core': './core.js',
|
||||
'editor.worker': '../../out-monaco-editor-core/esm/vs/editor/editor.worker.js',
|
||||
},
|
||||
output: {
|
||||
globalObject: 'self',
|
||||
|
||||
Reference in New Issue
Block a user