Merge pull request #1843 from openpixel/cli-custom-element

Update cli spec to include --customElement option
pull/1887/head
Rich Harris 6 years ago committed by GitHub
commit 585abd96a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,7 @@ prog
.option('--no-css', `Don't include CSS (useful with SSR)`)
.option('--immutable', 'Support immutable data structures')
.option('--shared', 'Don\'t include shared helpers')
.option('--customElement', 'Generate a custom element')
.example('compile App.html > App.js')
.example('compile src -o dest')

Loading…
Cancel
Save