onmotion/yii2-babel-polyfill-assets

Babel polyfill assets for Yii2 app

v1.0.0 2018-10-08 06:41 UTC

This package is auto-updated.

Last update: 2024-04-10 00:32:01 UTC


README

Installation

The preferred way to install this extension is through composer.

Run

composer require onmotion/yii2-babel-polyfill-assets "*"

or add

"onmotion/yii2-babel-polyfill-assets": "*"

to the require section of your composer.json file.

Usage

<?php \onmotion\babelpolyfill\BabelPolyfillAsset::register($this); ?>