2.0.0 • Published 3 years ago
@expertbridge-ui/ignore-expertbridge-export-not-found-webpack-plugin v2.0.0
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.
- 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.