@swc/plugin-react-remove-properties

v1.5.92
SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties

react-remove-properties

See https://nextjs.org/docs/architecture/nextjs-compiler#remove-react-properties for more information.

Config

["react-remove-properties"]

or

[
  "react-remove-properties",
  {
    // The regexes defined here are processed in Rust so the syntax is different from
    // JavaScript `RegExp`s. See https://docs.rs/regex.
    "properties": ["^data-custom$"]
  }
]

${CHANGELOG}

npm i @swc/[email protected]

Metadata

Downloads

Maintainers