Skip to content

Commit

Permalink
Update Nuxt + NPM dependencies
Browse files Browse the repository at this point in the history
App builds in this state with ESLint warnings.
  • Loading branch information
kenmickles committed Apr 2, 2020
1 parent 4c1a3a8 commit c4dc780
Show file tree
Hide file tree
Showing 3 changed files with 4,578 additions and 2,447 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
config.module.rules.push({
resourceQuery: /blockType=i18n/,
type: "javascript/auto",
loader: ["@kazupon/vue-i18n-loader", "yaml-loader"]
loader: ["@intlify/vue-i18n-loader", "yaml-loader"]
})
}
},
Expand Down
Loading

0 comments on commit c4dc780

Please sign in to comment.