Updated outdates packages.

Also includes updating webpack configs to support newer versions.
This commit is contained in:
2020-12-06 21:38:37 +01:00
parent a1a14b5361
commit 37f41ff894
8 changed files with 604 additions and 599 deletions

View File

@@ -2,7 +2,7 @@ try {
module.exports = require("../env/push.config");
} catch (e) {
console.error(
"You haven't defined push-parameters, you sure you want to continue without them?"
"⚠️ You haven't defined push-parameters, you sure you want to continue without them?\n"
);
module.exports = { publicKey: false, privateKey: false, mailto: false };
}