liferay-npm-bundler-preset-reactjs
Version:
liferay npm bundler preset react
28 lines (18 loc) • 450 B
Markdown
# liferay-npm-bundler-plugin-exclude-imports
> Exclude declared imports dependencies.
## Installation
```sh
npm install --save-dev liferay-npm-bundler-plugin-exclude-imports
```
## Usage
Add the following to your `.npmbundlerrc` file:
**Without options:**
```json
{
"*": {
"plugins": ["exclude-imports"]
}
}
```
## Technical Details
This plugin excludes dependencies declared as imports inside the `.npmbundlerrc` from the final bundle.