Monaco: Add javascript and typescript support (#38703)

pull/38796/head
Ole Kristian (Zee) 4 years ago committed by GitHub
parent e461c722bf
commit 92934af741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/webpack/webpack.common.js

@ -67,7 +67,6 @@ module.exports = {
to: '../lib/monaco/', // inside the public/build folder
globOptions: {
ignore: [
'**/language/typescript/**', // 10mb
'**/*.map', // debug files
],
},

Loading…
Cancel
Save