dmitryshimkin / rollup-plugin-fest

Rollup plugin to compile fest templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rollup-plugin-fest

Rollup plugin to compile fest templates.

Installation

npm install --save-dev rollup-plugin-fest

Usage

import { rollup } from 'rollup';
import fest from 'rollup-plugin-fest';

rollup({
    entry: 'main.js',
    plugins: [
        fest()
    ]
}).then(...)

License

ISC

About

Rollup plugin to compile fest templates


Languages

Language:JavaScript 100.0%