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

wzono/vite-babel-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ 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.

About

A plugin for vite using babel.

Resources

Stars

Watchers

Forks

Packages