43f21f2d8d
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
24 lines
340 B
Plaintext
Executable File
24 lines
340 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"loose": true,
|
|
"modules": false
|
|
}
|
|
],
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"transform-runtime",
|
|
"transform-object-rest-spread",
|
|
"lodash"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["transform-es2015-modules-commonjs"]
|
|
}
|
|
}
|
|
}
|