Skip to content

Commit

Permalink
🐛 (mock) remove unnecessary mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 6, 2021
1 parent 076a9cc commit beb3680
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/app/mock/default.js

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,5 @@ export default nuxtConfig({
generate: {
fallback: '404.html',
routes: ['/']
},
// Alias non-Vite compatible dependencies
alias: {
qrcode: r('mock/default'),
axios: r('mock/default'),
nprogress: r('mock/default'),
jwt_decode: r('mock/default')
}
})

1 comment on commit beb3680

@vercel
Copy link

@vercel vercel bot commented on beb3680 May 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.