ultraq / thymeleafjs

A basic implementation of the Thymeleaf templating engine in JavaScript
Apache License 2.0
52 stars 8 forks source link

Don't create a bundle for node environments (create individual transpiled files) #10

Closed ultraq closed 7 years ago

ultraq commented 7 years ago

So rollup is cool for creating that single browser bundle, but after looking at how some other ES6 projects ship to npm, I think it's best to have babel convert to equivalent files inside a lib directory and then point the main entry to there.