Skip to content

Commit

Permalink
fix(dashboard): remove monaco webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Apr 5, 2023
1 parent 22ba8a4 commit e18c8e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dashboard/craco.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require('path')
const SimpleProgressWebpackPlugin = require('simple-progress-webpack-plugin')
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin')
const CracoEsbuildPlugin = require('craco-esbuild');

module.exports = {
Expand All @@ -9,7 +8,7 @@ module.exports = {
alias: {
'@': path.resolve(__dirname, 'src'),
},
plugins: [new MonacoWebpackPlugin(), new SimpleProgressWebpackPlugin()],
plugins: [new SimpleProgressWebpackPlugin()],
configure: (webpackConfig, { env, paths }) => {
// https://github.com/pmndrs/react-spring/issues/1078#issuecomment-752143468
webpackConfig.module.rules.push({
Expand Down

0 comments on commit e18c8e0

Please sign in to comment.