elado / next-with-less

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

It's not working on next^12.0.1 #14

Closed mecuong closed 2 years ago

mecuong commented 2 years ago

Problem

It's work find on next^11.x.x but error with next^12.0.1 TypeError: Cannot read properties of undefined (reading 'oneOf') at Object.webpack (/Users/nguyencuong/Desktop/ShopME/node_modules/next-with-less/dist/index.js:61:15)

handycode commented 2 years ago

me too

abreurapha commented 2 years ago

fixed by updating to version ^2.0.2 :)

handycode commented 2 years ago

fixed by updating to version ^2.0.2 :)

it works