nuxt-i18n
Advanced tools
Comparing version 2.9.2 to 2.9.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.9.3"></a> | ||
## [2.9.3](https://github.com/nuxt-community/nuxt-i18n/compare/v2.9.2...v2.9.3) (2018-04-16) | ||
### Bug Fixes | ||
* support for deprecated vendor in nuxt-edge build ([#71](https://github.com/nuxt-community/nuxt-i18n/issues/71)) ([f841e60](https://github.com/nuxt-community/nuxt-i18n/commit/f841e60)) | ||
<a name="2.9.2"></a> | ||
@@ -7,0 +17,0 @@ ## [2.9.2](https://github.com/nuxt-community/nuxt-i18n/compare/v2.9.1...v2.9.2) (2018-04-06) |
@@ -83,3 +83,4 @@ const { resolve } = require('path') | ||
this.options.build.vendor.push('vue-i18n') | ||
// vendor is deprecated in nuxt-edge | ||
if (this.options.build.vendor) this.options.build.vendor.push('vue-i18n') | ||
@@ -86,0 +87,0 @@ this.options.render.bundleRenderer.directives = this.options.render.bundleRenderer.directives || {} |
{ | ||
"name": "nuxt-i18n", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "i18n for Nuxt", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
27545
413