Skip to content

Instantly share code, notes, and snippets.

@itaymendel
Created May 15, 2019 10:00
Show Gist options
  • Save itaymendel/a3493f8c478730ac3901f2e78ef9139f to your computer and use it in GitHub Desktop.
Save itaymendel/a3493f8c478730ac3901f2e78ef9139f to your computer and use it in GitHub Desktop.
tell bit to use the code of a compiler
{
"env": {
"compiler": {
"vue-cli-compiler": { // compiler name - can be anything. it's doesn't matter
"options": {
"file": "/Users/itaymendel/dev/bit/bitenvs/dist/components/compilers/preact" // Path to the main dist file of the compiler... modify it to the path in your project
}
}
}
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment