rocketact-plugin-polyfill
Automaticlly include polyfills for Rocketact projects.
Following language features / browser API are included:
How to use it?
Simply install rocketact-plugin-polyfill
as dev dependency:
yarn add -D rocketact-plugin-polyfill
# or
npm install --save-dev rocketact-plugin-polyfill
And all those polyfills will be automaticlly included in your bundle. No need to modify your code.