Monaco: Add javascript and typescript support (#38703)

This commit is contained in:
Ole Kristian (Zee)
2021-09-01 08:55:01 -07:00
committed by GitHub
parent e461c722bf
commit 92934af741
-1
View File
@@ -67,7 +67,6 @@ module.exports = {
to: '../lib/monaco/', // inside the public/build folder
globOptions: {
ignore: [
'**/language/typescript/**', // 10mb
'**/*.map', // debug files
],
},