Fix django-channels import
`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.
Loading
Please register or sign in to comment