4.0.1 • Published 5 months ago

@inrupt/base-rollup-config v4.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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.6

7 months ago

3.2.5

8 months ago

4.0.1

5 months ago

4.0.0

5 months ago

3.2.7

6 months ago

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