Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
give
canUseDOM
with a possibility to be a constant (#14194)
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.
- Loading branch information