elado / next-with-less

Next.js + Less CSS Support
MIT License
143 stars 24 forks source link

Support for Next 11 #7

Closed elado closed 3 years ago

elado commented 3 years ago

Next 11 added an additional file-loader rule that handles images from CSS files. The rule is added after calling the custom webpack() in the plugin. This required an additional monkey patching of an internal export.

As usual, this plugin is very brittle, but does the job with the exact versions supported.