1.1.0-1 • Published 6 years ago

rollup-preset-isomorphic v1.1.0-1

Weekly downloads
48
License
MIT
Repository
github
Last release
6 years ago

rollup-preset-isomorphic

NPM version Downloads

Everything you need to rollup isomorphic modules, in the proper order, with sane defaults.

Install

$ npm install --save-dev rollup rollup-preset-isomorphic

Usage

// rollup.config.js
import isomorphic from 'rollup-preset-isomorphic';

export default {
    plugins: [
        ...isomorphic(),
        // other plugins
    ]
};
$ rollup src/client/index.js -o src/client/bundle.js -mc

API

node([options]): Array<object>


MIT © Shannon Moeller