Replies: 3 comments 2 replies
-
After closer look the same seems to happen on 2.8.0 but there it doesnt produce the same error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
would you give a reproducing demo? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for filing! just pushed out @MoonBall's fix as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After the last update (2.9.1) it seems like images are "bundled" as javascript objects.
This breaks MIME-types, since the type of the object isn't .jpg or .png for example. Which results in the following error:
Images etc should preferably not be repackaged into javascript files.
Beta Was this translation helpful? Give feedback.
All reactions