Skip to content
  • Kasper Seweryn's avatar
    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.
    a6ce396f