@vta/babel-preset

resolve user's babel config of vta. this package can get all registed plugin's babel config and user's config through resolveConfig.

Usage no npm install needed!

<script type="module">
  import vtaBabelPreset from 'https://cdn.skypack.dev/@vta/babel-preset';
</script>

README

@vta/babel-preset

resolve user's babel config of vta. this package can get all registed plugin's babel config and user's config through resolveConfig.

npm Build Status

Why

As of the babel-eslint v11.x.x release, babel-eslint now requires Babel as a peer dependency and expects a valid Babel configuration file to exist. This ensures that the same Babel configuration is used during both linting and compilation

Install

yarn add @vta/babel-preset --dev

Usage

// babel.config.js
module.exports = {
  presets: ["@vta"],
};

MIT License