Socket
Socket
Sign inDemoInstall

@inrupt/base-rollup-config

Package Overview
Dependencies
Maintainers
0
Versions
13
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


Version published
Weekly downloads
3.6K
increased by77.15%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 19 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc