Package detail

@0xforkitall/rollup-config

0xforkitall24MIT0.3.0

Shared Rollup config for building TypeScript libraries

rollup, rollupconfig, typescript, 0xforkitall

readme

@0xforkitall/rollup-config

This repository contains the Rollup configurations to build TypeScript projects.

Installation

Use npm or yarn to install the package:

yarn add --dev @0xforkitall/rollup-config

Usage

Import and use the buildConfigs utility on your rollup.config.js file:

const { buildConfigs } = require('@0xforkitall/rollup-config');

module.exports = [buildConfigs()];

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

changelog

@0xforkitall/rollup-config

0.3.0

Minor Changes

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 44d7af6 Thanks @0xforkitall! - Update Rollup config to preserve directives, use svgr to process svgs

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes