bigbluebutton-Github/bigbluebutton-html5/.babelrc

10 lines
106 B
Plaintext

{
"env": {
"production": {
"plugins": [
"react-remove-properties"
]
}
}
}