Angular gotcha: don't use ! in the file path
I used to put all my work in a folder called !Projects, for the simple reason that it would make it the first folder to appear in the file explorer. Due to a limitation in WebPack, Angular cannot work with paths containing the exclamation mark character.
Comments
Be the first to post a comment