You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2018. It is now read-only.
I think that the Webpack JSON loader seems like the right place to handle
this issue.
For whatever reason, the JSON and Javascript specifications disagree on
whether or not strings can contain the unicode Newline or Paragraph
characters.
In the case that a JSON object containing one of these characters is being
printed to a script tag, we should escape them.
See also, this discussion:
expressjs/express#1132 (comment)
0 commit comments