mzohaibqc / antd-theme-webpack-plugin

A webpack plugin for Dynamic theme generation for Ant Design

Home Page:https://mzohaibqc.github.io/antd-theme-webpack-plugin/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failing with generateOnce: true

ilanus opened this issue · comments

commented

Related: ant-design/ant-design-pro#2891

Build with generateOnce: true will fail with this message:
(node:83568) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'colors' of undefined

There is a typo here: @ant-design-pro https://github.com/ant-design/ant-design-pro/blob/master/config/plugin.config.js#L28

- generateOne
+ generateOnce

but is failing to build with this option.