string | object | function | RegExp
undefined
At build time, prevent some import
dependencies from being packed into bundles in your code, and instead fetch them externally at runtime.
For more information, please see: webpack Externals
Exclude the react-dom
dependency from the build product. To get this module at runtime, the value of react-dom
will globally retrieve the ReactDOM
variable.
When the build target is Web Worker, externals will not take effect. This is because the Worker environment can not access global variables.