Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit d7c1b6b

Browse files
committed
vite.config.ts build.rollupOptions.external 增加Vue
1 parent fdb5e44 commit d7c1b6b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
restore-keys: |
4545
${{ runner.os }}-pnpm-store-
4646
47-
- name: Checkout repository
48-
uses: actions/checkout@v3
49-
5047
# 子模块
5148
- name: Update Submodule
5249
run: git submodule update --init --recursive

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default defineConfig({
125125

126126
// make sure to externalize deps that shouldn't be bundled
127127
// into your library
128-
external: ["siyuan", "process"],
128+
external: ["siyuan", "process", "Vue"],
129129

130130
output: {
131131
entryFileNames: "[name].js",

0 commit comments

Comments
 (0)