forked from Ivasoft/mattermost-mobile
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-runtime",
|
|
["module-resolver", {
|
|
"root": ["."],
|
|
"alias": {
|
|
"@support": "./e2e/support"
|
|
}
|
|
}]
|
|
]
|
|
}
|