rollup-plugin-yox-template

Load yox template file as a module

Usage no npm install needed!

<script type="module">
  import rollupPluginYoxTemplate from 'https://cdn.skypack.dev/rollup-plugin-yox-template';
</script>

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()
  ]
}