mikeric / rivets

Lightweight and powerful data binding.
http://rivetsjs.com
MIT License
3.23k stars 309 forks source link

Angular bracket on observables interfering with Webpack minification #695

Open anshul-kai opened 7 years ago

anshul-kai commented 7 years ago

The < we are using to define observables is causing Webpack minification to break as it assumes that we are using bad HTML syntax. Any chance this can be added as a configurable parameter?

Happy to submit a PR if you guys think this would be a good idea.

Thank you!