Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.07 KB

Software License chat donate

Introduction

This package configures babel for varie applicaitons. Which can be customized to your applications needs.

Features

@babel/preset

  • browserlist
  • Default Polyfills
    • es6.promise
    • es6.array.iterator
    • es7.promise.finally
  • Babel Transform Runtime
    • @babel/plugin-syntax-jsx
  • Vue JSX
    • babel-plugin-transform-vue-jsx

Official Documentation

Documentation can be found on the Varie website.

License

Varie CLI is open-sourced software licensed under the MIT

Inspired by Vue's preset