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 just updated this morning to the latest version and my installed version does not include this fix: d903477
I tested it with yarn2 (empty cache, deleted node_modules) and a fresh npm project. Is it possible that something went wrong when publishing? I run your build script locally and everything looked fine.
Reproduce with a fresh project
# create a new empty random folder first
npm init -y
npm install eslint-plugin-import
less ./node_modules/eslint-plugin-import/lib/ExportMap.js
Thx for the awesome work ❤️
The text was updated successfully, but these errors were encountered:
Hey 👋,
I just updated this morning to the latest version and my installed version does not include this fix: d903477
I tested it with yarn2 (empty cache, deleted node_modules) and a fresh npm project. Is it possible that something went wrong when publishing? I run your build script locally and everything looked fine.
Reproduce with a fresh project
# create a new empty random folder first npm init -y npm install eslint-plugin-import less ./node_modules/eslint-plugin-import/lib/ExportMap.js
Thx for the awesome work ❤️
The text was updated successfully, but these errors were encountered: