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