Exclamation point generate errors
See original GitHub issueWhen I use the appDescription property and write a sentence containing an exclamation point (like this : Hello World ! the build crashes but when I remove ! everything is okay. 🤔
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
When writing an error prompt, should we end the sentence ...
As an end user, an error message with an exclamation mark feels insulting and so it should only be used in extreme cases....
Read more >Period, Exclamation Point, and Question Mark Errors - ACT ...
Because the word "Fire" was shouted by someone, it requires an exclamation mark, and that exclamation mark should go inside the quotation marks,...
Read more >exclamation point after try - try! | Apple Developer Forums
What does it mean when I see an exclamation point after the "try" statement like the following code? Is it unwrapping the result...
Read more >Most Common Writing Mistakes, Pt. 43: Too Many Exclamation ...
1. Exclamation Points for Emphasis. Sometimes you need to make sure you're getting a point across to a reader. There's a reason signs...
Read more >Unclear error message in case of Exclamation mark in project ...
What is the expected behavior? Webpack should at least provide a proper error message saying that user cannot have Exclamation marks in the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@jantimon honestly, I don’t understand why exactly exclamation point breaks the build. But, I have some notes.
First of all, we can use a “LATIN LETTER RETROFLEX CLICK” as mentioned in issue above. Or any other exclamation point character described here https://en.wikipedia.org/wiki/Exclamation_mark#Unicode_and_HTML
Also I noticed, that this trouble appears only in
productionmode build. While running webpack build withprocess.env.NODE_ENV !== 'production'everything is fine. I have regular exclamation point both in title and description and no errors thrown.fixed in 5.0.0