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 a3314c8 commit 05a2738Copy full SHA for 05a2738
package.json
@@ -11,6 +11,7 @@
11
],
12
"scripts": {
13
"dev": "TARGET=web-standalone-dev rollup -w -c build/config.js",
14
+ "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js",
15
"dev:test": "karma start build/karma.dev.config.js",
16
"dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js",
17
"dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js",
0 commit comments