We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ba8a4 commit e18c8e0Copy full SHA for e18c8e0
dashboard/craco.config.js
@@ -1,6 +1,5 @@
1
const path = require('path')
2
const SimpleProgressWebpackPlugin = require('simple-progress-webpack-plugin')
3
-const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin')
4
const CracoEsbuildPlugin = require('craco-esbuild');
5
6
module.exports = {
@@ -9,7 +8,7 @@ module.exports = {
9
8
alias: {
10
'@': path.resolve(__dirname, 'src'),
11
},
12
- plugins: [new MonacoWebpackPlugin(), new SimpleProgressWebpackPlugin()],
+ plugins: [new SimpleProgressWebpackPlugin()],
13
configure: (webpackConfig, { env, paths }) => {
14
// https://github.com/pmndrs/react-spring/issues/1078#issuecomment-752143468
15
webpackConfig.module.rules.push({
0 commit comments