mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Don't minify monaco-editor dev sources
This commit is contained in:
parent
07a1f8c89a
commit
6b1ae1c271
1 changed files with 4 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ module.exports = {
|
|||
{
|
||||
from: "./node_modules/monaco-editor/",
|
||||
to: "./node_modules/monaco-editor/",
|
||||
// This disables minification for js files
|
||||
info: { minimized: true },
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
|
@ -123,6 +125,8 @@ module.exports = {
|
|||
{
|
||||
from: "../node_modules/monaco-editor-core/",
|
||||
to: "./node_modules/monaco-editor-core/",
|
||||
// This disables minification for js files
|
||||
info: { minimized: true },
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue