Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • add-favorite-albums
  • 896-add-electron-support
  • dark-theme
  • webdav
  • live-streaming
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.17
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16
  • 0.15
  • 0.14.2
  • 0.14.1
  • 0.14
  • 0.13
  • 0.12
  • 0.11
  • 0.10
26 results

main.js

Forked from funkwhale / funkwhale
Source project has a limited visibility.
  • Kasper Seweryn's avatar
    3b78ac8c
    Workaround axios-auth-refresh in production · 3b78ac8c
    Kasper Seweryn authored
    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
    Verified
    3b78ac8c
    History
    Workaround axios-auth-refresh in production
    Kasper Seweryn authored
    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