JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q38072F
  • License MIT

This plugin is used to shield warnings generated by the packaging tool during compilation. It can be used in webpack, rsbuild, rspack packaging environment.

Package Exports

  • plugin-ignore-warning
  • plugin-ignore-warning/dist/plugin-ignore-warning.cjs.js
  • plugin-ignore-warning/dist/plugin-ignore-warning.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (plugin-ignore-warning) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

plugin-ignore-warning

This plugin is used to shield warnings generated by the packaging tool during compilation. It can be used in webpack, rsbuild, rspack packaging environment.

install

npm i plugin-ignore-warning

or

yarn add plugin-ignore-warning

or

pnpm add plugin-ignore-warning

usage

import { PluginIgnoreWarnings } from 'plugin-ignore-warning'

// webpack.config.js
plugins: [
  new PluginIgnoreWarnings()
]

If you want to use in rsbuild, you can write like plugin-sass-ignore-warning