Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

give canUseDOM with a possibility to be a constant #14194

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Commits on Nov 12, 2018

  1. give canUseDOM with a possibility to be a constant

    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.
    gfx authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    2a11829 View commit details
    Browse the repository at this point in the history