@vuebro/configs 1.1.45 → 1.1.47

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.
@@ -1,15 +1,11 @@
1
1
  import vueDevTools from "vite-plugin-vue-devtools";
2
+ import tsconfigPaths from "vite-tsconfig-paths";
2
3
  import vue from "@vitejs/plugin-vue";
3
4
  import { defineConfig } from "vite";
4
5
  import unoCSS from "@unocss/vite";
5
6
  export default defineConfig({
6
- resolve: {
7
- alias: {
8
- "@": "./src",
9
- },
10
- },
11
7
  define: {
12
8
  __APP_VERSION__: JSON.stringify(process.env["npm_package_version"]),
13
9
  },
14
- plugins: [vue(), vueDevTools(), unoCSS()],
10
+ plugins: [vue(), vueDevTools(), unoCSS(), tsconfigPaths()],
15
11
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuebro/configs",
3
- "version": "1.1.45",
3
+ "version": "1.1.47",
4
4
  "description": "@vuebro/configs",
5
5
  "keywords": [
6
6
  "vuebro",
@@ -95,6 +95,7 @@
95
95
  "uuid-random": "^1.3.2",
96
96
  "vite": "^7.1.12",
97
97
  "vite-plugin-vue-devtools": "^8.0.3",
98
+ "vite-tsconfig-paths": "^5.1.4",
98
99
  "vue": "^3.5.22",
99
100
  "vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
100
101
  "vue-tsc": "^3.1.2"