1.0.1 • Published 4 years ago
@jpex-js/vite-plugin v1.0.1
@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