Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@expertbridge-ui/ignore-expertbridge-export-not-found-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expertbridge-ui/ignore-expertbridge-export-not-found-webpack-plugin

Webpack plugin for supressing warnings for expertbridge exported interfaces

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

IgnoreExpertbridgeExportNotFoundWebpackPlugin

Installation

npm install --saveDev @expertbridge-ui/ignore-expertbridge-export-not-found-webpack-plugin

Usage

// webpack.config.js

const IgnoreExpertbridgeExportNotFoundWebpackPlugin = require('@expertbridge-ui/ignore-expertbridge-export-not-found-webpack-plugin')

module.exports = {
  ...,
  plugins: [
    new IgnoreExpertbridgeExportNotFoundWebpackPlugin(),
    ...,
  ],
}

Publishing

Prerequisite: You'll need an npmjs.com account that is part of the expertbridge-ui organization.

  • Make sure you're logged in to NPM from your shell. Run npm login if necessary.
  • To make the release, run npm run release and follow the prompts.

FAQs

Package last updated on 30 Dec 2022

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