We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf59b2c commit c312233Copy full SHA for c312233
webpack_loader/utils.py
@@ -80,7 +80,7 @@ def get_bundle(bundle_name, config):
80
elif assets.get('status') == 'error':
81
if 'file' not in assets:
82
assets['file'] = ''
83
- error = """
+ error = u"""
84
{error} in {file}
85
{message}
86
""".format(**assets)
0 commit comments