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
Current moxios is published to npm with a webpack bundled file. This means that you must always pass an axios instance to moxios.install() as webpack rewrites all imports and will never use the axios install from node_modules in a project. It would be nice to see just a babel transform of the code be published to npm.
The text was updated successfully, but these errors were encountered:
Current
moxios
is published to npm with a webpack bundled file. This means that you must always pass anaxios
instance tomoxios.install()
as webpack rewrites all imports and will never use theaxios
install fromnode_modules
in a project. It would be nice to see just a babel transform of the code be published to npm.The text was updated successfully, but these errors were encountered: