Skip to content

Instantly share code, notes, and snippets.

@Akryum
Last active December 30, 2018 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akryum/7a613b94d6fe1c32317dd2787d82d102 to your computer and use it in GitHub Desktop.
Save Akryum/7a613b94d6fe1c32317dd2787d82d102 to your computer and use it in GitHub Desktop.
Nodepack Preset
{
"name": "My preset",
"useConfigFiles": false,
"plugins": {
"@nodepack/plugin-babel": "^0.0.1",
"@nodepack/plugin-typescript": "^0.0.1"
},
"appMigrations": {
"@nodepack/plugin-typescript": {
"default-template@0.0.1": {
"foo": "bar"
}
}
}
}
{
"plugins": {
"@nodepack/plugin-typescript": ""
},
"appMigrations": {
"@nodepack/plugin-typescript": {
"default-template@0.0.1": {
"tslint": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment