17 lines
274 B
Plaintext
17 lines
274 B
Plaintext
{
|
|
"presets": [
|
|
"es2015",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"add-module-exports",
|
|
[
|
|
"transform-imports", {
|
|
"react-bootstrap": {
|
|
"transform": "react-bootstrap/lib/${member}",
|
|
"preventFullImport": true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
} |