File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -443,18 +443,18 @@ module.exports = {
443443 new CopyWebpackPlugin (
444444 [
445445 // Our own custom version of monaco
446- // {
447- // from: __DEV__
448- // ? '../../standalone-packages/monaco-editor/release/dev/vs'
449- // : '../../standalone-packages/monaco-editor/release/min/vs',
450- // to: 'public/13/vs',
451- // force: true,
452- // },
453- // {
454- // from: '../../standalone-packages/monaco-editor/release/min/vs',
455- // to: 'public/vscode1/vs',
456- // force: true,
457- // },
446+ {
447+ from : __DEV__
448+ ? '../../standalone-packages/monaco-editor/release/dev/vs'
449+ : '../../standalone-packages/monaco-editor/release/min/vs' ,
450+ to : 'public/13/vs' ,
451+ force : true ,
452+ } ,
453+ {
454+ from : '../../standalone-packages/monaco-editor/release/min/vs' ,
455+ to : 'public/vscode1/vs' ,
456+ force : true ,
457+ } ,
458458 __PROD__ && {
459459 from : '../../node_modules/monaco-editor/min-maps' ,
460460 to : 'public/min-maps' ,
You can’t perform that action at this time.
0 commit comments