jlengstorf/learn-rollup

rollup is compatible with IE8+?

Closed this issue · 1 comments

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

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!