1.0.1 • Published 5 years ago

ignore-not-found-export-plugin v1.0.1

Weekly downloads
716
License
MIT
Repository
github
Last release
5 years ago

IgnoreNotFoundExportPlugin

Instalation

yarn add --dev ignore-not-found-export-plugin

Usage

// webpack.config.js

const IgnoreNotFoundExportPlugin = require('ignore-not-found-export-plugin')

module.exports = {
  ...,
  plugins: [
    new IgnoreNotFoundExportPlugin(['MyFirstInterface, MySecondInterface']),
    ...,
  ],
}