文件名称:ignore-not-found-export-webpack-plugin:忽略未找到的webpack导出警告
文件大小:114KB
文件格式:ZIP
更新时间:2024-06-11 00:40:59
JavaScript
IgnoreNotFoundExportPlugin 忽略未找到的webpack导出警告 安装 npm install --save-dev ignore-not-found-export-webpack-plugin 或者 yarn add --dev ignore-not-found-export-webpack-plugin 用法 :warning: 此插件可以删除有关丢失的导入的有用信息,这可能会降低开发体验。 请谨慎配置此插件。 const IgnoreNotFoundExportPlugin = require ( 'ignore-not-found-export-webpack-plugin' ) ; module . exports = { plugins : [ new IgnoreNotFoundExportPlugin ( options ) ] , // ..
【文件预览】:
ignore-not-found-export-webpack-plugin-master
----.gitignore(32B)
----package.json(614B)
----package-lock.json(434KB)
----jest.config.js(6KB)
----index.js(1KB)
----test.js(3KB)
----.github()
--------workflows()
----license(1KB)
----readme.md(1KB)
----.gitattributes(19B)
----.editorconfig(193B)
----.prettierrc(84B)