🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
Socket

@inrupt/base-rollup-config

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inrupt/base-rollup-config

This package provides a shared rollup config for our packages

3.2.6
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

@inrupt/base-rollup-config

This package contains the base configuration for rollup across our packages

Installation

  • 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.

Keywords

inrupt

FAQs

Package last updated on 20 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts