🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

liferay-npm-bundler-plugin-exclude-imports

Package Overview
Dependencies
Maintainers
0
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liferay-npm-bundler-plugin-exclude-imports

A liferay-npm-bundler plugin to exclude imported dependencies.

2.32.2
latest
Source
npm
Version published
Weekly downloads
6.3K
-3.53%
Maintainers
0
Weekly downloads
 
Created
Source

liferay-npm-bundler-plugin-exclude-imports

Exclude declared imports dependencies.

Installation

npm install --save-dev liferay-npm-bundler-plugin-exclude-imports

Usage

Add the following to your .npmbundlerrc file:

Without options:

{
	"*": {
		"plugins": ["exclude-imports"]
	}
}

Technical Details

This plugin excludes dependencies declared as imports inside the .npmbundlerrc from the final bundle.

FAQs

Package last updated on 10 Jan 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