rollup-plugin-yox-template
v0.8.8
Published
Load yox template file as a module
Downloads
26
Readme
rollup-plugin-yox-template
Load yox template file as a module
import yoxTemplate from 'rollup-plugin-yox-template'
export default {
input: '',
output: {},
plugins: [
yoxTemplate()
]
}