Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

apache-superset/ignore-superset-export-not-found-webpack-plugin

 
 

Repository files navigation

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.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%