Created by: elijahmanor
This PR closes #326 (closed)
Test Plan
- Run
npm run build
without abuild
folder- Should not show any difference
- Run
npm run build
with abuild
folder with no changes- Should show a green positive difference of zero
- example:
(+0 B)
- Run
npm run build
with abuild
folder after adding new code- Should show a red positive difference of some number
- example:
(+3 B)
- Run
npm run build
with abuild
folder after removing old code.- Should show green negative difference of some number
- example:
(-3 B)