chore: 处理合并的一些问题
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
'color/index': 'src/color/index.ts',
|
||||
'constants/index': 'src/constants/index.ts',
|
||||
'global-state': 'src/global-state.ts',
|
||||
'store': 'src/store.ts',
|
||||
store: 'src/store.ts',
|
||||
'utils/index': 'src/utils/index.ts',
|
||||
},
|
||||
format: ['esm'],
|
||||
|
||||
1
packages/@core/base/typings/vue-router.d.ts
vendored
1
packages/@core/base/typings/vue-router.d.ts
vendored
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-restricted-imports */
|
||||
import type { RouteMeta as IRouteMeta } from './dist/index.d.mts';
|
||||
|
||||
import 'vue-router';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
import { defineConfig } from 'tsdown';
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
export default defineConfig({
|
||||
clean: true,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
import { defineConfig } from 'tsdown';
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
export default defineConfig({
|
||||
clean: true,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
import { defineConfig } from 'tsdown';
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
export default defineConfig({
|
||||
clean: true,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
// eslint-disable-next-line n/no-extraneous-import
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
// eslint-disable-next-line n/no-extraneous-import
|
||||
import Vue from 'unplugin-vue/rolldown';
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
1613
pnpm-lock.yaml
generated
1613
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user