@hostlink/nuxt-light 1.23.0 → 1.23.1
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/README.md +1 -4
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -264,6 +264,7 @@ const module = defineNuxtModule({
|
|
|
264
264
|
nuxt.options.vite.optimizeDeps.include = nuxt.options.vite.optimizeDeps.include || [];
|
|
265
265
|
nuxt.options.vite.optimizeDeps.include.push("axios");
|
|
266
266
|
nuxt.options.vite.optimizeDeps.include.push("json-to-graphql-query");
|
|
267
|
+
nuxt.options.vite.optimizeDeps.include.push("collect.js");
|
|
267
268
|
const resolver = createResolver(import.meta.url);
|
|
268
269
|
const { resolve: resolveQuasar } = createResolver(dirname(await resolvePath("quasar/package.json")));
|
|
269
270
|
const importMap = JSON.parse(await await readFile(resolveQuasar("dist/transforms/import-map.json"), "utf-8"));
|