0.2.2 • Published 7 years ago

rollup-plugin-reshape v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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()],
    })
  ]
};
0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago