Warning when building images
Open
Nobody has claimed this yet.
test finding
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 2
Description
During image build the anms-ui causes this warning:
▲ [WARNING] Module 'lodash' used by 'src/app/store/modules/service-status.service.ts' is not ESM
CommonJS or AMD dependencies can cause optimization bailouts.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/app/store/modules/service-status.service.ts and inspect how lodash is imported or used, then run the image build to reproduce the warning. Done means the build no longer reports the lodash CommonJS or AMD optimization warning while preserving the service behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100