rollup-plugin-eft

0.17.0 • Public • Published

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

Package Sidebar

Install

npm i rollup-plugin-eft

Weekly Downloads

3

Version

0.17.0

License

MIT

Unpacked Size

5.07 kB

Total Files

4

Last publish

Collaborators

  • classicoldsong