-
-
Notifications
You must be signed in to change notification settings - Fork 205
Option "caseSensitive" breaks Angular2 templates #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Any particular use-case? |
Also |
Guys, any update on this? How to use caseSensitive option for angular directives? ngIf ngFor ngClass and many others just breaking up due to lowercased html templates. |
I've made html-loader work with Angular 2 templates with this config:
Some options here are redundant (they're specified in the index.js), but for the sake of withstanding future updates touching this list (like the one being proposed here 😄) I would explicitly leave them this way. |
Minifier Option
case sensitive
should be disabled by default, otherwise some templates written for angular2 may be broken.The text was updated successfully, but these errors were encountered: