rollup-plugin-closure-compiler
rollup-plugin-closure-compiler copied to clipboard
Need a roadmap
Would it be possible to have a roadmap for this great plugin?
Here is why I think having a roadmap would be nice:
I've been hit by painful bugs in the closure compiler. So I filled issues in the closure compiler project. I've been answered that those bugs were fixed long ago! So I checked this plugin and discovered that the latest release is almost 6 months old.
So here I am, wondering what to do: waiting for the next release? Using the closure compiler manually? Cloning the project? A roadmap would really help making a choice.
A roadmap would be great, in the meantime please update this project. I can see renovate bot is hard at work, but Rollup version 1.0.0 was released 2018-12-28 with breaking changes:
https://github.com/rollup/rollup/blob/master/CHANGELOG.md#100
Seems rollup-plugin-closure-compiler is stuck on "rollup": "0.67.4"... cheers!
@steph643 I think some of the dependencies, inc closure compiler itself, are updated automatically:
https://github.com/ampproject/rollup-plugin-closure-compiler/commits/master https://github.com/ampproject/rollup-plugin-closure-compiler/commit/3795a9f783b036958ba313900acd0c836b5a4789
28th Feb 19 >> Update dependency google-closure-compiler to v20190215
Thanks, @David-Else, but I'm not sure how to use this. When I install rollup-plugin-closure-compiler, my closure compiler version is 20181125.
Apologies for the delays, I've been heads down on other projects.
I'll return to fixing and improving this plugin in the coming weeks.
Items I have prioritized:
- Review open PRs submitted by humans.
- Integrate and fix issues related to Rollup 1.0+ release.
- Support Rollup code splitting with advanced mode Closure compilation.
Update: Was able to merge latest closure compiler version pretty easily. Its on master and will do a release.
It's been a long time since I updated this issue, but I filed #252 today, adding support for Rollup > 1.0 with code splitting for simple mode Closure Compilation.