Skip to content

Commit e18c8e0

Browse files
committed
fix(dashboard): remove monaco webpack plugin
1 parent 22ba8a4 commit e18c8e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dashboard/craco.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const path = require('path')
22
const SimpleProgressWebpackPlugin = require('simple-progress-webpack-plugin')
3-
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin')
43
const CracoEsbuildPlugin = require('craco-esbuild');
54

65
module.exports = {
@@ -9,7 +8,7 @@ module.exports = {
98
alias: {
109
'@': path.resolve(__dirname, 'src'),
1110
},
12-
plugins: [new MonacoWebpackPlugin(), new SimpleProgressWebpackPlugin()],
11+
plugins: [new SimpleProgressWebpackPlugin()],
1312
configure: (webpackConfig, { env, paths }) => {
1413
// https://github.com/pmndrs/react-spring/issues/1078#issuecomment-752143468
1514
webpackConfig.module.rules.push({

0 commit comments

Comments
 (0)