Skip to content
Snippets Groups Projects
Verified Commit 3b78ac8c authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

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
parent 5e241603
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment