mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
{
|
|
"extends": "../.babelrc",
|
|
"presets": [
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel"
|
|
]
|
|
}
|