Skip to content

Commit 9119554

Browse files
authored
Merge pull request #960 from scottsut/dev
fix: update craco config for change theme
2 parents 3968935 + ec508e0 commit 9119554

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

frontend/craco.config.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const path = require('path');
22
const fs = require('fs');
3-
const CracoLessPlugin = require('craco-less');
43
const WebpackBar = require('webpackbar');
54
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
65
// const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
@@ -32,18 +31,6 @@ module.exports = {
3231
babel: {
3332
plugins: ['babel-plugin-styled-components'],
3433
},
35-
plugins: [
36-
{
37-
plugin: CracoLessPlugin,
38-
options: {
39-
lessLoaderOptions: {
40-
lessOptions: {
41-
javascriptEnabled: true,
42-
},
43-
},
44-
},
45-
},
46-
],
4734
webpack: {
4835
alias: {},
4936
plugins: [

0 commit comments

Comments
 (0)