mcasimir / gulp-rollup

gulp plugin for Rollup ES6 module bundler
MIT License
93 stars 12 forks source link

2.14.0 --> 2.15.0 is not semver-minor. #65

Open lexon0011 opened 6 years ago

lexon0011 commented 6 years ago

After updating gulp-rollup from 2.14.0 to 2.15.0 I get the following error:

'Unexpected key \'sourceMap\' found, expected one of: acorn, amd, banner, cache, context, entry, exports, extend, external, file, footer, format, globals, indent, input, interop, intro, legacy, moduleContext, name, noConflict, onwarn, output, outro, paths, plugins, preferConst, pureExternalModules, sourcemap, sourcemapFile, strict, targets, treeshake, watch'

Screenshot: 2017-11-02 22_09_40-administrator_ c__windows_system32_cmd exe

After rollback to the version 2.14.0 the rollup finished successfully.

lemmabit commented 6 years ago

This is the same as #63 and https://github.com/Permutatrix/rollup-stream/issues/19. I failed to uphold semver in this update because Rollup changed the API in a breaking way. I've been too busy to fix it; sorry.

I'm going to leave this open because the issue should be documented in both repositories.