Duy Phạm
Duy Phạm
Firstly, thanks for your great library! Really performant and smooth! It just lacks a bit of flexibility. I wanted to render a table with HTML tags so I pick the...
Hi 🙂, I want to report an issue when upgrading to next@12 ### Versions * Next.js: v12.0.7 * less-loader: v10.2.0 * next-with-less: v2.0.5 ### Issue node_modules paths in `url(...)` like...
I caught an error since upgrading to next@12 relative `url(...)` inside node_modules is resolved incorrectly Examples: * `url(../fonts/glyphicons-halflings-regular.eot)` => `url(../node_modules/bootstrap/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot)` * `url(./ajax-loader.gif)` => `url(../node_modules/slick-carousel/node_modules/slick-carousel/slick/ajax-loader.gif)` This PR fix above issue, I...