18 lines
No EOL
297 B
Text
18 lines
No EOL
297 B
Text
{
|
|
"babelrc": false,
|
|
"presets": [
|
|
"es2015",
|
|
"stage-2"
|
|
],
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"root": ["./src/"],
|
|
"alias": {
|
|
"config": "./config",
|
|
"core": "./core",
|
|
"components": "./components"
|
|
}
|
|
}],
|
|
"transform-runtime"
|
|
]
|
|
} |