You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
MIT License
2
2
3
-
Copyright for portions of webpack-react-component-name are held by Reflect Software, Inc (2020) as the original Authors. All other copyright for webpack-react-component-name are held by Mockingjay Pte Ltd (2024).
3
+
Copyright for small portions of react-display-name-plugin are held by SmartBear Software(2020) as the original Authors of https://github.com/runreflect/webpack-react-component-name. All other copyright for react-display-name-plugin are held by Mockingjay Pte Ltd (2025)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Copy file name to clipboardExpand all lines: README.md
+37-10Lines changed: 37 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
## Overview
2
2
3
-
**webpack-react-component-name** is a build plugin for both Webpack and Vite that makes your custom
3
+
**react-display-name-plugin** is a build plugin for both Webpack and Vite that makes your custom
4
4
React components visible within React Dev Tools and other tools that rely on the displayName parameter.
5
5
6
-
_Note: This branch contains the version of this plugin that is compatible with
7
-
Webpack 5 and Vite 2+. For support for Webpack 4, see 0.x [branch/version](https://github.com/mockingjay-io/webpack-react-component-name/tree/0.x.) of this plugin_
6
+
_Note: This package supports Webpack 5 and Vite 2+. For older versions (Webpack 4), see the legacy package [@mockingjay-io/webpack-react-component-name](https://github.com/mockingjay-io/webpack-react-component-name)._
8
7
9
8
Normally React component names are minified during compilation. This plugin
10
9
makes these component names available in production bundles by hooking into
@@ -20,30 +19,30 @@ result in a small size increase to your production bundles.
**Next.js users** have to add this within `next.config.js`/`next.config.mjs`/`next.config.ts`. Examples available [here](https://github.com/mockingjay-io/webpack-react-component-name/tree/main/examples).
45
+
**Next.js users** have to add this within `next.config.js`/`next.config.mjs`/`next.config.ts`. Examples available [here](https://github.com/mockingjay-io/react-display-name-plugin/tree/main/examples).
0 commit comments