@dlzn-ui/vite-config 0.0.1 → 1.57.0

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/index.ts CHANGED
@@ -9,10 +9,10 @@ import { loadEnv, mergeConfig } from 'vite'
9
9
  import { parseLoadedEnv } from 'vite-plugin-env-parse'
10
10
  import { createHtmlPlugin } from 'vite-plugin-html'
11
11
  import VueRouter from 'vue-router/vite'
12
- import aliasElementPlus from './modules/aliasElementPlus.ts'
13
- import autoImportStoreList from './modules/autoImportStores.ts'
14
- import tDesignAutoImportResolve from './modules/tDesignResolve.ts'
15
- import vitePlugins from './modules/vitePlugins.ts'
12
+ import aliasElementPlus from './aliasElementPlus.ts'
13
+ import autoImportStoreList from './autoImportStores.ts'
14
+ import tDesignAutoImportResolve from './tDesignResolve.ts'
15
+ import vitePlugins from './vitePlugins.ts'
16
16
 
17
17
  type Arrayable<T> = Array<T> | T
18
18
  interface Options {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dlzn-ui/vite-config",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "1.57.0",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
File without changes