wuzekang / antd-theme

Provide runtime dynamic theme for ant design.
https://wuzekang.github.io/antd-theme
55 stars 14 forks source link

UnhandledPromiseRejectionWarning: Error: craco: Malformed plugin at index: 0 of 'plugins'. #14

Open DayBreakJS opened 3 years ago

DayBreakJS commented 3 years ago

UnhandledPromiseRejectionWarning: Error: craco: Malformed plugin at index: 0 of 'plugins'.

Angry-Sparrow commented 3 years ago

UnhandledPromiseRejectionWarning: Error: craco: Malformed plugin at index: 0 of 'plugins'.

I solve the same problem by turning const { CracoLessPlugin } = require('craco-less') into const CracoLessPlugin = require('craco-less').

NeazMorshed180031 commented 2 years ago

CracoLessPlugin in which file you made that change ???

DayBreakJS commented 1 year ago

这个问题看了好久 后来放弃了 用antd-theme-generator自己实现了一个