mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
20 lines
357 B
Plaintext
20 lines
357 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env", {
|
|
"loose": true,
|
|
"modules": false,
|
|
"exclude": ["transform-typeof-symbol"]
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
[
|
|
"module-resolver", {
|
|
"alias": [{ "src": "./node_modules/bootstrap", "expose": "bootstrap" }]
|
|
}
|
|
]
|
|
]
|
|
}
|