Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate double color.less file when pass config params outputFilePath different from 'color.less' #83

Open
dsb123dsb opened this issue Mar 11, 2021 · 0 comments

Comments

@dsb123dsb
Copy link

when I psaa outputFilePath = ${path.join(__dirname, devMode ? '../color.less' : ../output_resource/color.${randomKey}.less)},`;
this plugin will generate two color.less file like this:

image

After I read the code this maybe the incompatible with antd-theme-generator.
our plugin default generate the color.less file:

image

but in antd-theme-generator. also generate one, if the name is different from 'color.less', the double file will come.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant