domingues / rollup-plugin-css-chunks

Rollup plugin to extract CSS into chunks
MIT License
14 stars 8 forks source link

Deprecation warning when running #3

Closed benmccann closed 4 years ago

benmccann commented 4 years ago

When I run with the latest version of Rollup, I get the message:

A plugin is directly adding properties to the bundle object in the "generateBundle" hook. This is deprecated and will be removed in a future Rollup version, please use "this.emitFile" instead.

domingues commented 4 years ago

Didn't notice the rollup 2.0 update, let me check the changes than I will review your pull request. Thanks for notice.

benmccann commented 4 years ago

That's great! Thank you so much for the fix! :smile: