Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 358 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 358 Bytes

@jpex-js/vite-plugin

This is a vite plugin to enable jpex transformations during the build process.

Usage

import jpexPlugin from '@jpex-js/vite-plugin';

export default {
  // ...vite config
  plugins: [
    jpexPlugin()
  ]
}

The plugin accepts all of the same arguments as the babel plugin: https://github.com/jpex-js/babel-plugin#options