Skip to content

react

See the source

Sets up the environment for React projects. Includes browser globals plus React-specific globals.

Everything from the web config, plus:

  • React
  • ReactDOM
["src/**/*.{js,mjs,cjs}"]
uglify({
with: ["react"],
options: {
react: {
files: ["src/**/*.{js,jsx}"],
additionalGlobals: {
__REACT_DEVTOOLS_GLOBAL_HOOK__: "readonly",
},
},
},
})