Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 7f5eb34

Browse files
committed
docs: add info about webpack 4 support
1 parent a6d1386 commit 7f5eb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**webpack-react-component-name** is a Webpack plugin that makes your custom
44
React components visible within React Dev Tools and other tools that rely on the displayName parameter.
55

6-
_Note: This fork contains the version of this plugin that is compatible with
7-
Webpack 5. For support for Webpack 4, see version 4.x of the [Original Repo](https://github.com/runreflect/webpack-react-component-name/releases/tag/4.0.5)._
6+
_Note: This branch contains the version of this plugin that is compatible with
7+
Webpack 5. 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_
88

99
Normally React component names are minified during compilation. This plugin
1010
makes these component names available in production bundles by hooking into

0 commit comments

Comments
 (0)