rollup-preset-isomorphic

1.1.0-1 • Public • Published

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

Dependencies (5)

Dev Dependencies (7)

Package Sidebar

Install

npm i rollup-preset-isomorphic

Weekly Downloads

4

Version

1.1.0-1

License

MIT

Unpacked Size

10.4 kB

Total Files

7

Last publish

Collaborators

  • shannonmoeller