liferay-npm-bundler-plugin-exclude-imports
v2.32.2
Published
A liferay-npm-bundler plugin to exclude imported dependencies.
Maintainers
Keywords
Readme
liferay-npm-bundler-plugin-exclude-imports
Exclude declared imports dependencies.
Installation
npm install --save-dev liferay-npm-bundler-plugin-exclude-importsUsage
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.
