We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc6a54 commit a27d5cbCopy full SHA for a27d5cb
package.json
@@ -16,7 +16,7 @@
16
"release": "node scripts/release.js",
17
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
18
"dev-compiler": "npm-run-all --parallel \"dev template-explorer\" serve",
19
- "dev-sfc": "npm-run-all --parallel \"dev compiler-sfc -f esm-browser\" \"dev runtime-core -f esm-bundler\" serve-sfc-playground",
+ "dev-sfc": "npm-run-all --parallel \"dev compiler-sfc -f esm-browser\" \"dev runtime-core -f esm-bundler\" \"dev runtime-dom -f esm-bundler\" serve-sfc-playground",
20
"serve-sfc-playground": "vite packages/sfc-playground",
21
"serve": "serve",
22
"open": "open http://localhost:5000/packages/template-explorer/local.html",
0 commit comments