nuxt-i18n
Advanced tools
Comparing version 6.22.1 to 6.22.2
{ | ||
"name": "nuxt-i18n", | ||
"version": "6.22.1", | ||
"version": "6.22.2", | ||
"description": "i18n for Nuxt", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -57,3 +57,7 @@ import { STRATEGIES } from '../helpers/constants' | ||
this.extendBuild(config => { | ||
config.module?.rules.push({ | ||
if (!config.module) { | ||
console.warn(formatMessage('Failed to register the vue-i18n-loader.')) | ||
return | ||
} | ||
config.module.rules.push({ | ||
resourceQuery: /blockType=i18n/, | ||
@@ -60,0 +64,0 @@ type: 'javascript/auto', |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152450
1981