v0.5.3
Fix
- Remove
src
folder from deployment server before deploying updated files.
v0.5.2 encountered a release issue where refactor efforts wasn't removed in the deployment updates. This cause an import issue which crashes the production instance. This update essentially deletes the src
folder before executing a new build to ensure the new deployment is free of straggling artifacts.
May have to keep an eye on dist
on subsequent restructure releases to ensure new src
builds generates clean builds.