rollup-plugin-msx

0.1.0 • Public • Published

Rollup Plugin for MSX

Mithril MSX transform plugin for Rollup.js

Installation

npm install rollup-plugin-msx --save-dev

Usage

Edit your rollup.config.js file to include the MSX plugin:

import msx from 'rollup-plugin-msx';

export default {
  entry: 'src/main.js',
  format: 'cjs',
  plugins: [msx()],
  dest: 'bundle.js'
};

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-plugin-msx

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • judas-christ