Updated the babel config a bit

canary
WolverinDEV 2020-08-09 19:08:22 +02:00
parent 61d8145996
commit 178b951064
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
module.exports = function (api) {
export = api => {
api.cache(false);
const presets = [
[
@ -24,4 +24,4 @@ module.exports = function (api) {
presets,
plugins
};
};
}

View File

@ -37,7 +37,7 @@ fi
echo "Generating required project build files"
npm run compile-project-base; _exit_code=$?
if [[ $_exit_code -ne 0 ]]; then
echo "Failed to generate project build files"
echo "Failed to generate project build files ($_exit_code)"
exit 1
fi