next-styles icon indicating copy to clipboard operation
next-styles copied to clipboard

Webpack 5 migration

Open exsesx opened this issue 4 years ago • 2 comments

I appreciate that the author has developed this package. I use it to support the global style, and since my project is quite large, I can't just switch to CSS modules.

Please check out the problem described below:

ready - started server on http://localhost:3000
Warning: Built-in CSS support is being disabled due to custom CSS configuration being detected.
See here for more info: https://err.sh/next.js/built-in-css-disabled

error - ./styles/index.scss
TypeError: Cannot read property 'tapAsync' of undefined

exsesx avatar Oct 12 '20 15:10 exsesx

Hello @exsesx The latest next version where I've worked on that package was 9.3 I guess. But I would like to help to upgrade it to the latest version. Could you please create a small reproducible example?

webdeb avatar Oct 17 '20 00:10 webdeb

Same error using webpack ^5.19.0

monecchi avatar Feb 01 '21 15:02 monecchi