New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rollup-plugin-input-array

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-input-array

A small rollup plugin for handling multiple inputs.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

rollup-plugin-input-array

A small Rollup plugin for handling multiple inputs.

Installation

npm install --save-dev rollup-plugin-input-array

Usage

// rollup.config.js
import inputArray from "rollup-plugin-input-array";

export default {
	input: ["src/foo.js", "src/bar.js"],

	plugins: [
		inputArray(),
	]
};

The plugin simply loads multiple input files. To achieve this, an array has to be provided for Rollup's input option.

Keywords

rollup

FAQs

Package last updated on 08 Apr 2018

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