Browse Source

Update monacoWebpackPlugin to only include javascript #168 (#188)

pull/185/head
NavedMaulavi 5 years ago committed by Jason Williams
parent
commit
e20427d62e
  1. 4
      webpack.config.js

4
webpack.config.js

@ -33,7 +33,9 @@ module.exports = {
TextDecoder: ["text-encoding", "TextDecoder"], TextDecoder: ["text-encoding", "TextDecoder"],
TextEncoder: ["text-encoding", "TextEncoder"] TextEncoder: ["text-encoding", "TextEncoder"]
}), }),
new MonacoWebpackPlugin() new MonacoWebpackPlugin({
languages: ['javascript']
})
], ],
module: { module: {
rules: [{ rules: [{

Loading…
Cancel
Save