You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a project where in package.json we have a "browserslist": "extends @someorg/browserslist-config" definition.
coc-react-refactor dies with Error: Cannot find module '@someorg/browserslist-config'. I assume this has to do with the bundling strategy of using webpack for the package.
Encountered a similar issue with Next.js, this is how it was solved there: vercel/next.js#33890
The text was updated successfully, but these errors were encountered:
I got a project where in package.json we have a
"browserslist": "extends @someorg/browserslist-config"
definition.coc-react-refactor dies with
Error: Cannot find module '@someorg/browserslist-config'
. I assume this has to do with the bundling strategy of using webpack for the package.Encountered a similar issue with Next.js, this is how it was solved there: vercel/next.js#33890
The text was updated successfully, but these errors were encountered: