Skip to content

Commit 1183232

Browse files
committed
Put VS back
1 parent 0027966 commit 1183232

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/app/config/webpack.common.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)