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

variejs/babel-preset-varie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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