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.
2 parents 3968935 + ec508e0 commit 9119554Copy full SHA for 9119554
frontend/craco.config.js
@@ -1,6 +1,5 @@
1
const path = require('path');
2
const fs = require('fs');
3
-const CracoLessPlugin = require('craco-less');
4
const WebpackBar = require('webpackbar');
5
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
6
// const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
@@ -32,18 +31,6 @@ module.exports = {
32
31
babel: {
33
plugins: ['babel-plugin-styled-components'],
34
},
35
- plugins: [
36
- {
37
- plugin: CracoLessPlugin,
38
- options: {
39
- lessLoaderOptions: {
40
- lessOptions: {
41
- javascriptEnabled: true,
42
- },
43
44
45
46
- ],
47
webpack: {
48
alias: {},
49
plugins: [
0 commit comments