3.1.0 • Published 3 months ago

@inrupt/base-rollup-config v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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.1.0

3 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

5 months ago

2.6.0

5 months ago

2.4.1

8 months ago

2.4.0

8 months ago

2.3.0

8 months ago

2.2.0

8 months ago

2.1.3

9 months ago

2.1.2

9 months ago