Skip to content

Commit 0cbedf0

Browse files
committed
chore: add package-lock file to improve of stackblitz load time
1 parent b9c1eae commit 0cbedf0

File tree

25 files changed

+5225
-22
lines changed

25 files changed

+5225
-22
lines changed

questions/1-hello-word/README.md

+1-1
Large diffs are not rendered by default.

questions/1-hello-word/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/10-lifecycle/README.md

+1-1
Large diffs are not rendered by default.

questions/10-lifecycle/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/12-optimize-perf-directive/README.md

+1-1
Large diffs are not rendered by default.

questions/12-optimize-perf-directive/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/2-ref-family/README.md

+1-1
Large diffs are not rendered by default.

questions/2-ref-family/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/3-losing-reactivity/README.md

+1-1
Large diffs are not rendered by default.

questions/3-losing-reactivity/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/4-writable-computed/README.md

+1-1
Large diffs are not rendered by default.

questions/4-writable-computed/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/5-watch-family/README.md

+1-1
Large diffs are not rendered by default.

questions/5-watch-family/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/6-shallow-ref/README.md

+1-1
Large diffs are not rendered by default.

questions/6-shallow-ref/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/7-raw-api/README.md

+1-1
Large diffs are not rendered by default.

questions/7-raw-api/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/8-effect-scope/README.md

+1-1
Large diffs are not rendered by default.

questions/8-effect-scope/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

questions/9-dependency-injection/README.md

+1-1
Large diffs are not rendered by default.

questions/9-dependency-injection/README.zh-CN.md

+1-1
Large diffs are not rendered by default.

scripts/stackblitz/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export function normalizePayload(payload: StackBlitzPayloadOptions) {
1111
openFile: payload.openFile,
1212
files: {
1313
"package.json": template.packageJSONContent,
14+
"package-lock.json": template.lock,
1415
"vite.config.ts": template.viteConfigContenet,
1516
"main.ts": template.mainTsContent,
1617
"index.html": template.indexHtmlContent,

0 commit comments

Comments
 (0)