Skip to content

Commit

Permalink
2474 drop unused monaco editor output from core build (#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegry authored Jul 18, 2021
1 parent 64ee07d commit 9626a09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 132 deletions.
126 changes: 0 additions & 126 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@
"loader-utils": "^1.2.3",
"mini-css-extract-plugin": "^0.4.3",
"mocha": "^5.2.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"nyc": "^13.2.0",
"prettier": "^1.15.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-monaco-editor": "^0.26.2",
"react-portal": "^4.2.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
Expand Down
4 changes: 0 additions & 4 deletions packages/core/webpack.config.dist.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var path = require("path");
var webpack = require("webpack");
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');

module.exports = {
mode: "production",
Expand All @@ -15,9 +14,6 @@ module.exports = {
libraryTarget: "umd"
},
plugins: [
new MonacoWebpackPlugin({
languages: ['json']
}),
new webpack.DefinePlugin({
"process.env": {
NODE_ENV: JSON.stringify("production")
Expand Down

0 comments on commit 9626a09

Please sign in to comment.