@hostlink/nuxt-light 1.59.2 → 1.59.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -0
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -359,6 +359,7 @@ const module$1 = defineNuxtModule({
|
|
|
359
359
|
nuxt.options.vite.resolve = nuxt.options.vite.resolve || {};
|
|
360
360
|
nuxt.options.vite.resolve.alias = nuxt.options.vite.resolve.alias || {};
|
|
361
361
|
nuxt.options.vite.resolve.alias["collect.js"] = "collect.js/dist/index.js";
|
|
362
|
+
nuxt.options.vite.resolve.alias["json-to-graphql-query"] = "json-to-graphql-query/lib/index.js";
|
|
362
363
|
nuxt.options.app.head.link = nuxt.options.app.head.link || [];
|
|
363
364
|
nuxt.options.app.head.link.push({
|
|
364
365
|
rel: "stylesheet",
|