Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

project-cemetery/ignore-not-found-export-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']),
    ...,
  ],
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published