Describe the bug
Build result will change when reinstall node_modules.
This will lead to the problem of the source code review when the expanded store is launched.
As I encountered, when upload to firefox addon center, the code-reviewer reminded the code built result differently from the uploaded code.
To Reproduce
Steps to reproduce the behavior:
npm run build
- Save production zip file
- Delete node_modules dir
npm install && npm run build
- compare the two production file