Select Git revision
vite.config.js
Forked from
funkwhale / funkwhale
Source project has a limited visibility.
-
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.
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.