From e6f11072b0b7e0ea5c02b0e249d7e1a3fd81e307 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 7 Sep 2018 09:24:35 -0400 Subject: [PATCH] fixup! Load all webpack chunks into fragments as correctly-typed resources --- common/lib/xmodule/xmodule/util/xmodule_django.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/xmodule/xmodule/util/xmodule_django.py b/common/lib/xmodule/xmodule/util/xmodule_django.py index ed4c8bd76b..44c9b449df 100644 --- a/common/lib/xmodule/xmodule/util/xmodule_django.py +++ b/common/lib/xmodule/xmodule/util/xmodule_django.py @@ -6,6 +6,7 @@ runtime environment with the djangoapps in common configured to load # NOTE: we are importing this method so that any module that imports us has access to get_current_request from crum import get_current_request +import webpack_loader def get_current_request_hostname():