wikijs-fork/.babelrc

12 lines
122 B
Plaintext
Raw Normal View History

{
2018-01-21 17:54:43 -05:00
"comments": true,
2018-02-03 16:48:25 -05:00
"plugins": [
"lodash",
2018-02-17 22:18:37 -05:00
"graphql-tag"
2018-02-03 16:48:25 -05:00
],
"presets": [
["env"],
"stage-2"
]
}