Open wardpeet opened 8 years ago
This would be handy when you use it with webpack, you can trigger debug mode
Good patch to make the production bundle as small as possible. I wonder why the compiled libs are checked into the repo though. Shouldn't they just be deployed to npm?
no idea but repo has this so I thought i would ust do the same
@wilsonpage why are the compiled versions checked in? @wardpeet maybe you can rebase and @wilsonpage can merge this then?
@pke yes the compiled /fastdom-strict.js
is checked in, just so consumers have the choice to load via <script>
if need be.
Make debug flag editable by setting NODE_ENV to production.