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
Great work for v8 resolving all the dependency issues, however this had leaded to another issue, that all the imported svg/json files now reported as errors.
error Unexpected use of file extension "svg" for "@/assets/icon/refresh.svg" import/extensions
error Unexpected use of file extension "json" for "./locale/en-US.json" import/extensions
I have to fallback to v7 to make it work again.
BTW, adding @rushstack/eslint-patch is not helping either.
The text was updated successfully, but these errors were encountered:
Great work for v8 resolving all the dependency issues, however this had leaded to another issue, that all the imported svg/json files now reported as errors.
I have to fallback to v7 to make it work again.
BTW, adding
@rushstack/eslint-patch
is not helping either.The text was updated successfully, but these errors were encountered: