Exclude declared imports dependencies.
npm install --save-dev liferay-npm-bundler-plugin-exclude-imports
Add the following to your .npmbundlerrc
file:
Without options:
{
"*": {
"plugins": ["exclude-imports"]
}
}
This plugin excludes dependencies declared as imports inside the .npmbundlerrc
from the final bundle.