jlengstorf / learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://code.lengstorf.com/learn-rollup-js/
ISC License
191 stars 61 forks source link

rollup is compatible with IE8+? #27

Closed tedyhy closed 7 years ago

tedyhy commented 7 years ago

hi,I want to understand that rollup.js is compatible with IE8+?

jlengstorf commented 7 years ago

Hi, there.

Rollup is not executed by the browser, so you'll have no problems with Rollup itself. To make sure everything is working in IE8+, you'll most likely need to configure the Babel polyfill.

Good luck!