@superset-ui/ignore-superset-export-not-found-webpack-plugin
v0.1.1
Published
Webpack plugin for supressing warnings for superset exported interfaces
Downloads
5
Maintainers
Keywords
Readme
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.