1.1.24 • Published 4 months ago
rollup-plugin-exclude-dependencies-from-bundle v1.1.24
Rollup Plugin Exclude Dependencies From Bundle
Automatically externalize dependencies
and peerDependencies
in a bundle.
Installation
npm install --save-dev rollup-plugin-exclude-dependencies-from-bundle
Usage
// Add to plugins in rollup.config.js
import excludeDependenciesFromBundle from "rollup-plugin-exclude-dependencies-from-bundle";
export default {
plugins: [excludeDependenciesFromBundle(/*{ plugin options }*/)]
};
Plugin options
peerDependencies
: trueSet to true for excluding peer dependencies from the bundled files.
dependencies
: trueSet to true for excluding dependencies from the bundled files.
1.1.24
4 months ago
1.1.23
3 years ago
1.1.22
4 years ago
1.1.21
4 years ago
1.1.20
4 years ago
1.1.19
4 years ago
1.1.18
4 years ago
1.1.17
4 years ago
1.1.16
4 years ago
1.1.15
5 years ago
1.1.14
5 years ago
1.1.13
5 years ago
1.1.12
5 years ago
1.1.11
5 years ago
1.1.10
5 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago