rollup-plugin-reshape

0.2.2 • Public • Published

rollup-plugin-reshape Build Status Coverage Status

Seamless integration between Rollup and Reshape.

Install

$ npm i rollup-plugin-reshape -D

Usage

import { join } from 'path';
import reshape from 'rollup-plugin-reshape';
import include from 'reshape-include';
 
export default {
  entry: join(__dirname, 'main.js'),
  dest: join(__dirname, 'bundle.js'),
  format: 'iife',
  plugins: [
    reshape({
      plugins: [include()],
    })
  ]
};

Readme

Keywords

Package Sidebar

Install

npm i rollup-plugin-reshape

Weekly Downloads

3

Version

0.2.2

License

MIT

Last publish

Collaborators

  • shyam-chen