wikijs-fork/.babelrc

12 lines
122 B
Plaintext
Raw Normal View History

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