pageplug icon indicating copy to clipboard operation
pageplug copied to clipboard

fix: fix the build error

Open rennzhang opened this issue 10 months ago • 0 comments

Description

我在打包时遇到以下问题 image

尽管我在 issues 中找到了对应的问题(#10),且已被解决关闭了,但最新的代码依旧存在这个问题,所以我尝试解决这个问题

Fixes # (issue) #10

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. Please also list any relevant details for your test configuration. Delete anything that is not important

通过再次运行 build 命令测试不再出现报错

  • Manual
  • Jest
  • Cypress

Issues raised during DP testing

Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR) #10

Checklist:

Dev activity

  • [X] My code follows the style guidelines of this project
  • [X] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [X] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [X] New and existing unit tests pass locally with my changes
  • [ ] PR is being merged under a feature flag

QA activity:

  • [ ] Speedbreak features have been covered
  • [ ] Test plan covers all impacted features and areas of interest
  • [ ] Test plan has been peer reviewed by project stakeholders and other QA members
  • [ ] Manually tested functionality on DP
  • [ ] We had an implementation alignment call with stakeholders post QA Round 2
  • [ ] Cypress test cases have been added and approved by SDET/manual QA
  • [ ] Added Test Plan Approved label after Cypress tests were reviewed
  • [ ] Added Test Plan Approved label after JUnit tests were reviewed

rennzhang avatar Apr 01 '24 03:04 rennzhang