DEV Community

Discussion on: How to Change Between Light and Dark Themes in Ant Design

Collapse
 
hrahimi270 profile image
Hossein Rahimi

I was looking for an approach without using Gulp. Do you think this can be done just by Webpack inside next.config.js?

Thread Thread
 
joserfelix profile image
Jose Felix

Yes, you can even do it with vanilla Javascript!

Thread Thread
 
hrahimi270 profile image
Hossein Rahimi

How? (:

Thread Thread
 
joserfelix profile image
Jose Felix

It depends on how you decide to do it. If it is with vanilla Javascript (node), check out FS operations. On the other hand, for Webpack check out their documentation on writing a plugin.