@keenoho/vite-plugin-ejs
v2.0.2
Published
## usage vite.config.js ``` import ejsPlugin from './ejs-plugin';
Downloads
7
Readme
vite-plugin-ejs
usage
vite.config.js
import ejsPlugin from './ejs-plugin';
export default {
...other config
plugins: [
ejsPlugin(),
...other plugin
],
...other config
}