We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62405aa commit 596257cCopy full SHA for 596257c
package.json
@@ -19,7 +19,8 @@
19
"dev:test": "karma start test/unit/karma.dev.config.js",
20
"dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer",
21
"dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ",
22
- "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ",
+ "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework",
23
+ "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory",
24
"dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ",
25
"build": "node build/build.js",
26
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
0 commit comments