New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cc-external/bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cc-external/bootstrap

Install package "bootstrap" with externals configuration for "cc-webpack-externals-plugin"

latest
npmnpm
Version
5.3.1
Version published
Maintainers
1
Created
Source

Configuration Package for @codecoupler/cc-webpack-externals-plugin

If you use the plugin @codecoupler/cc-webpack-externals-plugin in your Webpack configuration you can install with this package the NPM module bootstrap and automatically configure this as external library. The module will not be included in your library bundle.

Usage:

npm i @cc-external/bootstrap

Popper.js is not included. If you need Popper use the separate cc-external package:

npm i @cc-external/popperjs_core
npm i @cc-external/bootstrap

And add the following to the webpack.externals.js:

module.exports = [
  {
    module: "@popperjs/core",
    moveTo: { module: "bootstrap", place: "before" }
  },
];

The version number of this package matches the major and minor number of the module bootstrap that is included as dependency. The patch number do not correspond to the module patch number.

Keywords

CodeCoupler

FAQs

Package last updated on 03 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts