build: update cypress-version, add .dockerignore and change mode -> ssr
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
.gitlab
|
||||||
|
.nuxt
|
||||||
|
dist
|
||||||
|
node_modules
|
||||||
|
.envrc
|
||||||
|
.gitlab-ci.yml
|
||||||
|
.graphqlconfig
|
||||||
|
Dockerfile
|
||||||
|
*.iml
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM cypress/base:12.18.3 as builder
|
FROM cypress/base:16.5.0 as builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -93,7 +93,6 @@ export default {
|
|||||||
numberFormats
|
numberFormats
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mode: 'spa',
|
|
||||||
modules: [
|
modules: [
|
||||||
'nuxt-i18n',
|
'nuxt-i18n',
|
||||||
'@nuxtjs/sentry',
|
'@nuxtjs/sentry',
|
||||||
@@ -114,6 +113,7 @@ export default {
|
|||||||
dsn: 'https://da2e8d42185a4013909d49955432a116@sentry.io/5187660',
|
dsn: 'https://da2e8d42185a4013909d49955432a116@sentry.io/5187660',
|
||||||
config: {} // Additional config
|
config: {} // Additional config
|
||||||
},
|
},
|
||||||
|
ssr: false,
|
||||||
vuetify: {
|
vuetify: {
|
||||||
optionsPath: './vuetify.options.js'
|
optionsPath: './vuetify.options.js'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user