mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
{
|
|
"presets": [["es2015", { "modules": false }]],
|
|
"plugins": [
|
|
"external-helpers",
|
|
[
|
|
"module-alias",
|
|
[{ "src": "./node_modules/bootstrap", "expose": "bootstrap" }]
|
|
]
|
|
]
|
|
}
|