We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dfd04 commit efa6661Copy full SHA for efa6661
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [v1.2.4]
4
5
### Fixes
6
+- [TSTEMPLATE-18] Add instructions in readme that MY_APP replacement should not contain spaces
7
- [TSTEMPLATE-17] Environment file should merge declaration and definitions
8
- [TSTEMPLATE-16] Build should clear dist
9
- [TSTEMPLATE-15] Set no-empty eslint rule to warn instead of error
README.md
@@ -3,7 +3,7 @@
## Installation
1. Fork this repo
-2. Replace MY_APP with the name of your app project-wide
+2. Replace MY_APP with the name of your app project-wide (**No Spaces or special characters!**)
3. `npm i`
4. Update the documentation, changelog, etc
0 commit comments