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
The safe resolve seems not accurate, because something like @babel/xxx will not be treated as external.
I find that your comment said there is another plugin which could do this(I haven't test it for now), but I think maybe this is not a good way, from my personal perspective we should put that into this repo because this is its own responsibility to do this.
The text was updated successfully, but these errors were encountered:
@elado I tried but seems that still doesn't work, unlike this repo just ignore the @babel/xxx, the plugin you mentioned ignore all except peerDependencies
The safe resolve seems not accurate, because something like
@babel/xxx
will not be treated as external.I find that your comment said there is another plugin which could do this(I haven't test it for now), but I think maybe this is not a good way, from my personal perspective we should put that into this repo because this is its own responsibility to do this.
The text was updated successfully, but these errors were encountered: