We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6130241 + bf31991 commit 585abd9Copy full SHA for 585abd9
src/cli/index.ts
@@ -17,6 +17,7 @@ prog
17
.option('--no-css', `Don't include CSS (useful with SSR)`)
18
.option('--immutable', 'Support immutable data structures')
19
.option('--shared', 'Don\'t include shared helpers')
20
+ .option('--customElement', 'Generate a custom element')
21
22
.example('compile App.html > App.js')
23
.example('compile src -o dest')
0 commit comments