3.2.4 • Published 1 year ago

@inrupt/base-rollup-config v3.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@inrupt/base-rollup-config

This package contains the base configuration for rollup across our packages

Installation

  1. npm install --save-dev @inrupt/base-rollup-config

Usage:

Can be used in rollup.config.mjs as follows:

import { createRequire } from "node:module";
import createConfig from "@inrupt/base-rollup-config";
const require = createRequire(import.meta.url);

export default createConfig(require("./package.json"));

Make sure to specify main (cjs), module (esm) and types entrypoints in the package.json as rollup uses these entries to determine where to write the output.

3.2.4

1 year ago

3.2.3

1 year ago

3.1.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.6.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago