Skip to content

Instantly share code, notes, and snippets.

@twada
Last active April 14, 2016 06:59
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save twada/f60cf2e2b33cf5a0987a44f518929433 to your computer and use it in GitHub Desktop.
power-assert in development, unassert in production
{
"env": {
"development": {
"presets": [
"babel-preset-power-assert"
]
},
"production": {
"plugins": [
"babel-plugin-unassert"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment