-
- Downloads
Workaround axios-auth-refresh in production
axios-auth-refresh has only prebuilt files, that might be the case when vite is trying to bundle it. It seems like vite thinks that it's constructed like: ``` export default { default () { // ... } } ``` This also fixes `jQuery is not defined` in dev
front/src/jquery.js
0 → 100644
Please register or sign in to comment