Skip to content
代码片段 群组 项目
  • Lukas Eipert's avatar
    1fef3e52
    Swap babel proposal for transform plugins · 1fef3e52
    Lukas Eipert 创作于
    Once a TC39 proposal becomes part of the ECMAScript spec, babel
    deprecates the corresponding `@babel/plugin-proposal-*` in favour of a
    `@babel/plugin-transform-*`.
    
    We have been enabling a hardcoded list of plugins. Some for
    compatibility with webpack@4, some for unknown reasons. We should double
    check whether we need them, but that should be done in a separate MR.
    
    That being said, all plugins we use made it to the ECMAScript standard
    and we can happily use them as transform plugins.
    1fef3e52
    历史
    Swap babel proposal for transform plugins
    Lukas Eipert 创作于
    Once a TC39 proposal becomes part of the ECMAScript spec, babel
    deprecates the corresponding `@babel/plugin-proposal-*` in favour of a
    `@babel/plugin-transform-*`.
    
    We have been enabling a hardcoded list of plugins. Some for
    compatibility with webpack@4, some for unknown reasons. We should double
    check whether we need them, but that should be done in a separate MR.
    
    That being said, all plugins we use made it to the ECMAScript standard
    and we can happily use them as transform plugins.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。