Skip to content

rollup-config 0.2.5-preview.1

Install from the command line:
Learn more about npm packages
$ npm install @exile-watch/rollup-config@0.2.5-preview.1
Install via package.json:
"@exile-watch/rollup-config": "0.2.5-preview.1"

About this version

rollup logo

@exile-watch/rollup-config

Description

Shared Rollup configuration for exile.watch frontend projects.

About Rollup

Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application.

About this package

This package contains both, shared Rollup configuration and the Rollup dependency itself.

Usage

  1. Create a new configuration file at ./rollup.config.ts:
// rollup.config.ts

import createRollupConfig from '@exile-watch/rollup-config'

export default createRollupConfig()
  1. Add build script to package.json
{
  "build": "rollup -c"
}

Details


Assets

  • rollup-config-0.2.5-preview.1.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0