Skip to content

Latest commit

 

History

History
executable file
·
33 lines (26 loc) · 803 Bytes

README.md

File metadata and controls

executable file
·
33 lines (26 loc) · 803 Bytes

rollup-plugin-eft

GitHub license npm

ef.js template loader for rollup

import Component from 'some_module.eft'
const component = new Component(options)

Install

npm install rollup-plugin-eft --save-dev
# or
yarn add rollup-plugin-eft --dev

Usage

import { rollup } from "rollup"
import eft from "rollup-plugin-eft"

rollup({
	entry: "main.js",
	plugins: [
		eft()
	]
})

License

MIT