SolidZORO / next-plugin-antd-less

🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
MIT License
345 stars 48 forks source link

fix: Make lessVarsFilePathAppendToEndOfContent not to include twice #47

Closed jernkuan closed 3 years ago

jernkuan commented 3 years ago

@SolidZORO,

Somehow less was "optimizing" double imports? The second import didn't seem to take any effect.

Had to do this to make it work for my use case.