systemjs / builder

SystemJS build tool
MIT License
465 stars 122 forks source link

Upgrade Rollup to ^0.58.2 #847

Closed laurentgoudet closed 6 years ago

laurentgoudet commented 6 years ago

This upgrades Rollup to ^0.58.2 in order to fix https://github.com/jspm/jspm-cli/issues/2405:

npm test runs without errors & I've successfully tested jspm build with different output formats in some small projects. This might break existing code relying on Rollup previous buggy behaviors that have now been fixed.

guybedford commented 6 years ago

Great work, thanks so much for the PR.