vite-babel-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

vite-babel-plugin


A plugin for vite using babel plugin.

Features

  • Support babel as vite plugin. (demo current)

Quick start

$ yarn add -D vite-babel-plugin

then in vite.config.js

import babel from "vite-babel-plugin";

export default {
  plugins: [
    babel(),
  ],
};

then vite-babel-plugin will Will read .babelrc in the root directory of your project.

License

MIT

Support

If this project helped you, you might as well just point a little star, thanks.

Readme

Keywords

Package Sidebar

Install

npm i vite-babel-plugin

Weekly Downloads

2,704

Version

0.0.2

License

MIT

Unpacked Size

3.46 kB

Total Files

5

Last publish

Collaborators

  • wingsicoo