nuxt-electron
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -15,3 +15,9 @@ "use strict"; | ||
(_a = nuxt.options.app).baseURL ?? (_a.baseURL = "./"); | ||
if (nuxt.options.app.baseURL.startsWith("/")) { | ||
nuxt.options.app.baseURL = "." + nuxt.options.app.baseURL; | ||
} | ||
(_b = nuxt.options.runtimeConfig.app).baseURL ?? (_b.baseURL = "./"); | ||
if (nuxt.options.runtimeConfig.app.baseURL.startsWith("/")) { | ||
nuxt.options.runtimeConfig.app.baseURL = "." + nuxt.options.runtimeConfig.app.baseURL; | ||
} | ||
(_c = nuxt.options.router.options).hashMode ?? (_c.hashMode = true); | ||
@@ -18,0 +24,0 @@ } |
{ | ||
"name": "nuxt-electron", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Nuxt Integration with Electron", | ||
@@ -5,0 +5,0 @@ "main": "index.mjs", |
Sorry, the diff of this file is not supported yet
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
6819
104