{"library":"ignore-not-found-export-webpack-plugin","type":"library","category":null,"description":"Webpack plugin to suppress 'export not found' or 'ModuleDependencyWarning' warnings, commonly used when re-exporting TypeScript interfaces or other type-only exports that webpack cannot resolve. Current stable version 1.0.2 supports webpack >=4.0.0. The plugin is lightweight, with simple configuration via include/exclude patterns. It is a niche solution for a specific webpack warning noise issue, lacking active maintenance (last release 2020). Key differentiator: it targets a specific warning type, unlike general warning suppression plugins.","language":"javascript","status":"maintenance","version":"1.0.2","tags":["javascript","webpack","webpack-plugin"],"last_verified":"Mon Apr 27","install":[{"cmd":"npm install ignore-not-found-export-webpack-plugin","imports":["const IgnoreNotFoundExportPlugin = require('ignore-not-found-export-webpack-plugin');","module.exports = { plugins: [new IgnoreNotFoundExportPlugin({ include: /\\.tsx?$/ })] };","const IgnoreNotFoundExportPlugin = require('ignore-not-found-export-webpack-plugin');"]},{"cmd":"yarn add ignore-not-found-export-webpack-plugin","imports":[]},{"cmd":"pnpm add ignore-not-found-export-webpack-plugin","imports":[]}],"homepage":null,"github":"https://github.com/markogresak/ignore-not-found-export-webpack-plugin","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ignore-not-found-export-webpack-plugin","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}