Add falling animation

This commit is contained in:
schmelczerandras 2019-09-01 18:13:21 +02:00
parent 938f3def1f
commit db6a31dd85
20 changed files with 211 additions and 152 deletions

View file

@ -35,7 +35,7 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": false,
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
@ -47,8 +47,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "20mb",
"maximumError": "50mb"
}
]
}