@icebreakers/rollup
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

@icebreakers/rollup

Usage

Install

yarn add -D rollup @icebreakers/rollup

Rollup Config

create a file named rollup.config.mjs

import { createRollupConfig } from '@icebreakers/rollup'

export default createRollupConfig()

Script

package.json

  "scripts": {
    "dev": "cross-env NODE_ENV=development rollup -cw",
    "build": "cross-env NODE_ENV=production rollup -c"
  },

Readme

Keywords

Package Sidebar

Install

npm i @icebreakers/rollup

Weekly Downloads

1

Version

0.4.0

License

ISC

Unpacked Size

11.9 kB

Total Files

11

Last publish

Collaborators

  • icebreaker