Skip to content

Commit

Permalink
complete dependencies, remove i18n block loader
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Nov 14, 2024
1 parent 104aec2 commit 21a37a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"headroom.js": "^0.12.0",
"matomo-tracker": "^2.2.4",
"portal-vue": "^2.1.7",
"vue-chart-3": "^0.5.7",
"vue-chart-3": "^0.5.11",
"vue-cool-lightbox": "^2.7.4",
"vue-i18n": "^8.22.1",
"vue-matomo": "^4.1.0",
Expand Down
7 changes: 0 additions & 7 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ module.exports = {
// headers: {"Content-Security-Policy": "default-src 'self'; connect-src http://localhost:8000 https://matomo.internet.nl; script-src 'self' https://matomo.internet.nl; img-src 'self' data: https://matomo.internet.nl;"}
// },
chainWebpack: config => {
config.module
.rule("i18n")
.resourceQuery(/blockType=i18n/)
.type('javascript/auto')
.use("i18n")
.loader("@kazupon/vue-i18n-loader")
.end();
config
.plugin('html')
.tap(args => {
Expand Down

0 comments on commit 21a37a1

Please sign in to comment.