Skip to content

Commit

Permalink
feat(fsxa.config): add useErrorBoundaryWrapper flag (e-Spirit#84)
Browse files Browse the repository at this point in the history
* feat(fsxa.config): add useErrorBoundaryWrapper flag
* fix(dependencies): update to latest fsxa-stack versions
  • Loading branch information
FollowJack authored Jul 4, 2022
1 parent ce77dc9 commit 68acfd6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions fsxa.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
devMode: false,
defaultLocale: 'de_DE',
useErrorBoundaryWrapper: false,
components: {
sections: '~/components/fsxa/sections',
layouts: '~/components/fsxa/layouts',
Expand Down
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module.exports = {
collectCoverageFrom: [
'<rootDir>/components/**/*.vue',
'<rootDir>/pages/**/*.vue'
]
],
testPathIgnorePatterns: ['<rootDir>/cypress/']
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@nuxt/core": "^2.15.8",
"@nuxtjs/axios": "^5.13.6",
"fsxa-nuxt-module": "^7.1.3",
"fsxa-nuxt-module": "^7.2.0",
"nuxt-start": "^2.15.8"
},
"devDependencies": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"fsxa-api": "^10.2.0",
"fsxa-pattern-library": "^8.3.0",
"fsxa-pattern-library": "^8.4.0",
"fsxa-ui": "^4.1.1",
"husky": "^4.0.0",
"jest": "^24.1.0",
Expand Down

0 comments on commit 68acfd6

Please sign in to comment.