rollup-plugin-closure-compiler icon indicating copy to clipboard operation
rollup-plugin-closure-compiler copied to clipboard

Need a roadmap

Open steph643 opened this issue 6 years ago • 6 comments

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.

steph643 avatar Apr 08 '19 14:04 steph643

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!

David-Else avatar Apr 12 '19 17:04 David-Else

@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

David-Else avatar Apr 12 '19 17:04 David-Else

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.

steph643 avatar Apr 13 '19 22:04 steph643

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:

  1. Review open PRs submitted by humans.
  2. Integrate and fix issues related to Rollup 1.0+ release.
  3. Support Rollup code splitting with advanced mode Closure compilation.

kristoferbaxter avatar Apr 14 '19 08:04 kristoferbaxter

Update: Was able to merge latest closure compiler version pretty easily. Its on master and will do a release.

kristoferbaxter avatar Apr 15 '19 01:04 kristoferbaxter

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.

kristoferbaxter avatar Dec 20 '19 03:12 kristoferbaxter