Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 11月 04, 2024
    • Chaoyue Zhao's avatar
      Changes after rebase: · 406c633c
      Chaoyue Zhao 创作于
      - Remove pdf from webpack.vendor.config
      - Support both versions of pdfjs in webpack.constants.js
      - Pull pdfjs consts into its own file
      - Fix tests
      406c633c
  2. 1月 09, 2024
    • Lukas Eipert's avatar
      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
  3. 5月 04, 2023
  4. 6月 15, 2022
  5. 6月 08, 2022
  6. 9月 03, 2021
  7. 7月 15, 2021
  8. 3月 10, 2021
  9. 1月 22, 2021
    • Lukas 'Eipi' Eipert's avatar
      Move browserslistrc to a separate file · 615c7a39
      Lukas 'Eipi' Eipert 创作于
      In order to re-use our browserslist config across babel, autoprefixer
      and other tools, we are moving it to a separate file.
      
      Furthermore we update browserslist itself, because why not.
      615c7a39
  10. 8月 10, 2020
  11. 7月 23, 2020
    • Mark Florian's avatar
      Remove babel-plugin-rewire dependency · f3c51e8f
      Mark Florian 创作于
      This is a follow-up to [removing most no-op default exports][1]. In that
      MR, the "most" was due to the fact that a couple of files were still
      participating in Karma tests.
      
      Since it turns out that no Karma tests rely on `babel-plugin-rewire`,
      that could be removed, allowing the final two instances of workarounds
      for it to be removed as well.
      
      Finally, the `spyOnDependency` helper was removed, since it's unused.
      
      [1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37213
      f3c51e8f
  12. 5月 27, 2020
  13. 2月 27, 2020
  14. 2月 05, 2020
  15. 1月 22, 2020
  16. 12月 12, 2019
  17. 9月 26, 2019
  18. 6月 04, 2019
  19. 4月 25, 2019
  20. 3月 05, 2019
  21. 2月 28, 2019
    • Lukas Eipert's avatar
      Upgrade jest and related dependencies · c151ceba
      Lukas Eipert 创作于
      This removes other outdated babel@6 dependencies as well.
      
      Unfortunately the newer version of vue-jest has a dependency of an older
      version of ts-jest. In order to satisfy the peerDependency from ts-jest,
      we are forcing the version@24. The only "breaking" change from ts-jest
      23->24 is that it requires a newer version of jest. This might be
      obsolete soon, as vue-jest plans on switching to babel eventually.
      c151ceba
  22. 2月 21, 2019
  23. 1月 09, 2019
  24. 12月 05, 2018
  25. 10月 03, 2018
加载中