@pubinfo/vite 2.0.0-beta.5 → 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 +4 -2
- package/dist/index.mjs +4 -2
- package/package.json +1 -1
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: {
|