2.0.0 • Published 3 years ago

@expertbridge-ui/ignore-expertbridge-export-not-found-webpack-plugin v2.0.0

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

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.

  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.