This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@bundle-validator/plugin-bundle-content

1.0.1 • Public • Published

@bundle-validator/plugin-bundle-content

Checks if file does not bundle given libraries.

Usage

  1. Add plugin package as a devDependency:

    npm install @bundle-validator/plugin-bundle-content --save-dev

    or

    yarn add @bundle-validator/plugin-bundle-content --save-dev
  2. Add this plugin to the plugins array of bundle-validator config:

    {
      "plugins": [["@bundle-validator/plugin-bundle-content", { "externals": ["lodash"] }]]
    }

Options

externals (required)

Use to specify which packages should not be included in a given JS file.

Currently, plugin is able to detect presence of following libraries:

lodash - https://lodash.com/

Readme

Keywords

none

Package Sidebar

Install

npm i @bundle-validator/plugin-bundle-content

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.76 kB

Total Files

5

Last publish

Collaborators

  • bhovhannes