Last active
October 15, 2016 21:40
-
-
Save geovanisouza92/0f33b55f62baca22c6bdb73b56333311 to your computer and use it in GitHub Desktop.
create-cycle-app's flavors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "ES6 (babel) + Browserify", | |
"value": "cycle-scripts-es-browserify" | |
}, | |
{ | |
"name": "TypeScript + Browserify", | |
"value": "cycle-scripts-ts-browserify" | |
}, | |
{ | |
"name": "ES6 (babel) + Webpack", | |
"value": "cycle-scripts-es-webpack" | |
}, | |
{ | |
"name": "TypeScript + Webpack", | |
"value": "cycle-scripts-ts-webpack" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment