MikeKovarik / gulp-better-rollup

📦 Better Gulp plugin for Rollup ES6 module bundler
MIT License
49 stars 16 forks source link

rollupOptions.input is an absolute path #15

Closed enzy closed 6 years ago

enzy commented 6 years ago

This fixes an use case when a gulp task operate on a folder/file outside of current working directory.

Finesse commented 6 years ago

@enzy Could you please add a test that reproduces the use case which causes the problem?

Could you please remove the Rollup version bump or move it to a separate pull request? The problem is that the Rollup 0.51, 0.52 and 0.53 releases may have breaking changes (according to semver) which can cause gulp-better-rollup backward incompatible changes which must be checked.

enzy commented 6 years ago

closing this in favor of future pull request