vite-plugin-pug-i18n
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -77,3 +77,3 @@ "use strict"; | ||
const chunkFileNames = userConfig.build?.rollupOptions?.output?.chunkFileNames; | ||
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/assets/[name]-[hash].js`); | ||
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/[name]-[hash].js`); | ||
}; | ||
@@ -80,0 +80,0 @@ const processPages = () => { |
@@ -72,3 +72,3 @@ import path from "path"; | ||
const chunkFileNames = userConfig.build?.rollupOptions?.output?.chunkFileNames; | ||
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/assets/[name]-[hash].js`); | ||
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/[name]-[hash].js`); | ||
}; | ||
@@ -75,0 +75,0 @@ const processPages = () => { |
{ | ||
"name": "vite-plugin-pug-i18n", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Vite plugin to build static website with pug and i18n support", | ||
@@ -5,0 +5,0 @@ "author": "Azat Ahmedov <payalord@gmail.com>", |
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
24331