@pubinfo/vite 2.1.5 → 2.1.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -654,6 +654,7 @@ function createDefaultAppConfig(config) {
654
654
  const { VITE_OPEN_PROXY, VITE_BUILD_SOURCEMAP } = env;
655
655
  return {
656
656
  base: "./",
657
+ envDir: root,
657
658
  server: {
658
659
  open: true,
659
660
  host: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo/vite",
3
3
  "type": "module",
4
- "version": "2.1.5",
4
+ "version": "2.1.7",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -49,8 +49,8 @@
49
49
  "vite-plugin-fake-server": "^2.2.0",
50
50
  "vite-plugin-lib-inject-css": "^2.2.2",
51
51
  "vite-plugin-vue-devtools": "^8.0.0",
52
- "@pubinfo/devtools": "2.1.5",
53
- "@pubinfo/shared": "2.1.5"
52
+ "@pubinfo/devtools": "2.1.7",
53
+ "@pubinfo/shared": "2.1.7"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/fs-extra": "^11.0.4",