Last active
April 14, 2016 06:59
-
-
Save twada/f60cf2e2b33cf5a0987a44f518929433 to your computer and use it in GitHub Desktop.
power-assert in development, unassert in production
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
Show hidden characters
{ | |
"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