rollup / rollup-plugin-ractive

Precompile Ractive components
11 stars 7 forks source link

Add support for output formats other than ES6 and Ractive parse options #3

Closed MartinKolarik closed 7 years ago

MartinKolarik commented 7 years ago

When doing SSR with Ractive, you can't use import in Ractive files, and using require() with rollup-plugin-commonjs doesn't work either, because this plugin only outputs ES6.

This PR adds support for other output formats supported by rcu-builders and for specifying custom Ractive parse options.

MartinKolarik commented 7 years ago

@Rich-Harris any chance we could get this merged?

Rich-Harris commented 7 years ago

Done — sorry, didn't see earlier notification. Wasn't sure what version to release this as, so I've added you, @evs-chris and @fskreuz as repo collaborators and owners of the npm package

MartinKolarik commented 7 years ago

Awesome, thank you.