0.1.1 • Published 5 years ago

@superset-ui/ignore-superset-export-not-found-webpack-plugin v0.1.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

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.
0.1.1

5 years ago

0.1.0

5 years ago

0.0.0

5 years ago