Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 212 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 212 Bytes

rollup-plugin-yox-template

Load yox template file as a module

import yoxTemplate from 'rollup-plugin-yox-template'

export default {
  input: '',
  output: {},
  plugins: [
    yoxTemplate()
  ]
}