-> Settings the packages: "quasar-framework": "0.17.17" because with "0.17.18" gives an error!

-> the Build now works! But actually nothing is visible in the website remote.
This commit is contained in:
paolo
2018-12-15 01:30:21 +01:00
parent 4c93581539
commit 7198b07bb6
6 changed files with 6514 additions and 3289 deletions

View File

@@ -37,8 +37,10 @@
[
"@babel/plugin-transform-runtime",
{
"regenerator": true,
"helpers": true
"corejs": false,
"regenerator": false,
"helpers": true,
"useESModules": false
}
]
],