0.1.0 • Published 5 years ago

rollup-plugin-moon v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Moon Rollup Plugin

Rollup plugin for Moon.

Usage

Use it as a Rollup plugin to compile your JavaScript files so that they can use the Moon view language.

npm install rollup-plugin-moon
// rollup.config.js
import MoonPlugin from "rollup-plugin-moon";

export default {
	plugins: [
		MoonPlugin()
	]
};

License

Licensed under the MIT License by Kabir Shah