rollup-plugin-prepack icon indicating copy to clipboard operation
rollup-plugin-prepack copied to clipboard

Invoke prepack after bundle has been generated.

Open vwochnik opened this issue 8 years ago • 1 comments

This plugin invokes prepack using the transform() method. But it shouldn't be this way. It should be transformBundle() because prepack should be invoked after rollup has created the bundle.

Look here for how it's done for the uglify plugin.

vwochnik avatar Jun 20 '17 10:06 vwochnik

yea, I was thinking that too..

tunnckoCore avatar Jun 21 '17 09:06 tunnckoCore