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
Fix vite build issue with import from accounting-js (#124)
accounting-js does not export default and vite build fails while trying to optimise its dependencies. Using named exports solves the issue and allows vite to optimise vue-numeric wihtout errors.
0 commit comments