liferay-npm-bundler-plugin-exclude-imports
v2.32.0
Published
A liferay-npm-bundler plugin to exclude imported dependencies.
Downloads
28,773
Maintainers
Keywords
Readme
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.