Rocketact

Rocketact

  • Docs
  • GitHub

›Plugins

Getting Started

  • Getting Started
  • Folder Structure
  • Available Scripts
  • Supported Browsers and Features
  • Custom Templates

Development

  • Managing Dependencies
  • Adding Pages
  • Adding Stylesheets
  • Post-Processing CSS
  • Adding Images
  • Http proxy

Deployment

  • Public Path

Plugins

  • What is the plugin?
  • rocketact-plugin-polyfill
  • rocketact-plugin-bundle-analyzer
  • Plugin template
  • Awesome Plugins
Edit

rocketact-plugin-polyfill

Automaticlly include polyfills for Rocketact projects.

Following language features / browser API are included:

  • Promise
  • Object.assign
  • Symbol
  • Array.from
  • Map / Set
  • window.requestAnimationFrame

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.

Last updated on 4/15/2019 by loveky
← What is the plugin?rocketact-plugin-bundle-analyzer →
  • How to use it?
Rocketact
Docs
Getting Started
Community
User ShowcaseIssues
More
GitHubStar
Copyright © 2018-present Rocketact documentation authors.