Fix depreciation warnings

I couldn't see any difference in using `transition`, `pageTransition` or
neither of those, so I decided to disable the configuration completely.
This commit is contained in:
Robert Schäfer 2019-08-02 23:58:10 +02:00
parent 210cd49230
commit 4b459c9974

View File

@ -21,10 +21,10 @@ module.exports = {
modern: !dev ? 'server' : false,
transition: {
name: 'slide-up',
mode: 'out-in',
},
// transition: {
// name: 'slide-up',
// mode: 'out-in',
// },
env: {
// pages which do NOT require a login
@ -162,7 +162,9 @@ module.exports = {
// Give apollo module options
apollo: {
tokenName: 'human-connection-token', // optional, default: apollo-token
tokenExpires: 3, // optional, default: 7 (days)
cookieAttributes: {
expires: 3, // optional, default: 7 (days)
},
// includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)
// Watch loading state for all queries