Skip to content
Snippets Groups Projects
Verified Commit a6ce396f authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

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.
parent 80ed06db
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.
Finish editing this message first!
Please register or to comment