@pubinfo/vite 2.0.0-beta.4 → 2.0.0-beta.6

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/index.cjs CHANGED
@@ -322,7 +322,8 @@ function createDefaultAppConfig(config) {
322
322
  optimizeDeps: {
323
323
  exclude: [
324
324
  "pubinfo",
325
- "@pubinfo/core"
325
+ "@pubinfo/core",
326
+ "alova"
326
327
  ]
327
328
  },
328
329
  resolve: {
@@ -355,7 +356,8 @@ function createDefaultModuleConfig(config) {
355
356
  optimizeDeps: {
356
357
  exclude: [
357
358
  "pubinfo",
358
- "@pubinfo/core"
359
+ "@pubinfo/core",
360
+ "alova"
359
361
  ]
360
362
  },
361
363
  resolve: {
package/dist/index.mjs CHANGED
@@ -303,7 +303,8 @@ function createDefaultAppConfig(config) {
303
303
  optimizeDeps: {
304
304
  exclude: [
305
305
  "pubinfo",
306
- "@pubinfo/core"
306
+ "@pubinfo/core",
307
+ "alova"
307
308
  ]
308
309
  },
309
310
  resolve: {
@@ -336,7 +337,8 @@ function createDefaultModuleConfig(config) {
336
337
  optimizeDeps: {
337
338
  exclude: [
338
339
  "pubinfo",
339
- "@pubinfo/core"
340
+ "@pubinfo/core",
341
+ "alova"
340
342
  ]
341
343
  },
342
344
  resolve: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo/vite",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.4",
4
+ "version": "2.0.0-beta.6",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",