react
Sets up the environment for React projects. Includes browser globals plus React-specific globals.
Globals included
Section titled “Globals included”Everything from the web config, plus:
ReactReactDOM
Default file patterns
Section titled “Default file patterns”["src/**/*.{js,mjs,cjs}"]Options
Section titled “Options”uglify({ with: ["react"], options: { react: { files: ["src/**/*.{js,jsx}"], additionalGlobals: { __REACT_DEVTOOLS_GLOBAL_HOOK__: "readonly", }, }, },})