You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use antd + rollup to create the business component.
but when i use import to resolve the style of antd component, there have a problem: the style is not working!
my .babel is below:
my rollup.config.js is below:
At first, i think is postcss to change antd style. But I check the postcss file stream, there is no antd style files. So I don't kown why, and want to kown how to resolve antd style import with rollup!
Thanks a lot! I have already search everything in google, and there has nothing...
The text was updated successfully, but these errors were encountered:
I use
antd
+rollup
to create the business component.but when i use import to resolve the style of antd component, there have a problem: the style is not working!
my .babel is below:
my rollup.config.js is below:
At first, i think is postcss to change antd style. But I check the postcss file stream, there is no antd style files. So I don't kown why, and want to kown how to resolve antd style import with rollup!
Thanks a lot! I have already search everything in google, and there has nothing...
The text was updated successfully, but these errors were encountered: