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

vite.config.js

Forked from funkwhale / funkwhale
Source project has a limited visibility.
  • Kasper Seweryn's avatar
    a6ce396f
    Fix django-channels import · a6ce396f
    Kasper Seweryn authored
    `django-channels` module has only dist files which are built with
    parcel. This leads to `assignment to undeclared variable parcelRequire`
    error.
    
    A simple workaround is to add `var parcelRequire;` to the beginning of
    the module.
    Verified
    a6ce396f
    History
    Fix django-channels import
    Kasper Seweryn authored
    `django-channels` module has only dist files which are built with
    parcel. This leads to `assignment to undeclared variable parcelRequire`
    error.
    
    A simple workaround is to add `var parcelRequire;` to the beginning of
    the module.