Vanilla-IceCream / rollup-plugin-reshape

Seamless integration between Rollup and Reshape.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Seamless integration between Rollup and Reshape.


Languages

Language:JavaScript 91.8%Language:HTML 8.2%