style(babelrc): Format whitespace
This commit is contained in:
25
.babelrc
25
.babelrc
@ -1,17 +1,16 @@
|
||||
{
|
||||
"presets": ["es2015", "react", "stage-0"],
|
||||
"plugins": [
|
||||
"transform-runtime",
|
||||
"babel-plugin-add-module-exports",
|
||||
"lodash",
|
||||
[
|
||||
"transform-imports", {
|
||||
"react-bootstrap": {
|
||||
"transform": "react-bootstrap/lib/${member}",
|
||||
"preventFullImport": true
|
||||
}
|
||||
"presets": [ "es2015", "react", "stage-0" ],
|
||||
"plugins": [
|
||||
"transform-runtime",
|
||||
"babel-plugin-add-module-exports",
|
||||
"lodash",
|
||||
[
|
||||
"transform-imports", {
|
||||
"react-bootstrap": {
|
||||
"transform": "react-bootstrap/lib/${member}",
|
||||
"preventFullImport": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
]
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user