Don't delete .map files, they may help during debugging and the final build is only 20 MB anyway.

This commit is contained in:
Daniel García 2019-02-27 17:24:25 +01:00
parent c02738beb0
commit 05e99b662e
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A

View file

@ -74,7 +74,7 @@ npm install
npm run dist
# Delete debugging map files, optional
find build -name "*.map" -delete
#find build -name "*.map" -delete
# Prepare the final archives
cd build