Skip to content

Commit

Permalink
fixup! Load all webpack chunks into fragments as correctly-typed reso…
Browse files Browse the repository at this point in the history
…urces
  • Loading branch information
cpennington committed Sep 7, 2018
1 parent e6f1107 commit 15b762a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cms/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def no_webpack_loader(monkeypatch):
lambda entry, extension=None, config='DEFAULT', attrs='': ''
)
monkeypatch.setattr(
"webpack_loader.utils.get_as_tags",
"webpack_loader.utils.get_files",
lambda entry, extension=None, config='DEFAULT', attrs='': []
)
2 changes: 1 addition & 1 deletion common/lib/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def no_webpack_loader(monkeypatch):
lambda entry, extension=None, config='DEFAULT', attrs='': ''
)
monkeypatch.setattr(
"webpack_loader.utils.get_as_tags",
"webpack_loader.utils.get_files",
lambda entry, extension=None, config='DEFAULT', attrs='': []
)
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def no_webpack_loader(monkeypatch):
lambda entry, extension=None, config='DEFAULT', attrs='': ''
)
monkeypatch.setattr(
"webpack_loader.utils.get_as_tags",
"webpack_loader.utils.get_files",
lambda entry, extension=None, config='DEFAULT', attrs='': []
)

0 comments on commit 15b762a

Please sign in to comment.