Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Webpack plugin for supressing warnings for superset exported interfaces

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
0
-100%
Maintainers
7
Weekly downloads
 
Created
Source

IgnoreSupersetExportNotFoundWebpackPlugin

Installation

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

Usage

// webpack.config.js

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

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

Publishing

Prerequisite: You'll need an npmjs.com account that is part of the superset-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 14 Feb 2019

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