mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
1eb2b892df
https://webpack.js.org/plugins/define-plugin/ Webpack's DefinePlugin has the ability to replace `typeof expr` to a constant in compile-time, which should lead to better dead-code-elimination.