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
then if import SFCAvatar.tsx, components/home/sfc-avatar/node_modules/@components/IconFont is supposed to be resolved, but actually src/components/IconFont is resolved
can there is a exclude option supported just like(or i'd like to make a pr):
newTsconfigPathsPlugin({exclude: RegExp// test request.pathexclude: (request)=>boolean})
The text was updated successfully, but these errors were encountered:
i'm using with bit, project structure is:
tsconfig.json:
webpack config:
then if import
SFCAvatar.tsx
,components/home/sfc-avatar/node_modules/@components/IconFont
is supposed to be resolved, but actuallysrc/components/IconFont
is resolvedcan there is a
exclude
option supported just like(or i'd like to make a pr):The text was updated successfully, but these errors were encountered: