2018-05-03 14:44:48 -04:00
|
|
|
{
|
|
|
|
"presets": [
|
2018-06-01 16:01:29 -04:00
|
|
|
"inferno-app",
|
2018-05-03 14:44:48 -04:00
|
|
|
["env", {
|
|
|
|
"targets": {
|
|
|
|
"browsers": [
|
|
|
|
">0.25%",
|
|
|
|
"not ie 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-06-01 16:01:29 -04:00
|
|
|
},
|
|
|
|
"modules": false
|
|
|
|
}]
|
2018-05-03 15:23:48 -04:00
|
|
|
],
|
|
|
|
"plugins": [
|
2018-06-01 16:01:29 -04:00
|
|
|
"external-helpers",
|
2018-05-03 15:23:48 -04:00
|
|
|
["module-resolver", {
|
|
|
|
"root": ["./src"],
|
|
|
|
"alias": {
|
|
|
|
"//": "./"
|
|
|
|
}
|
|
|
|
}]
|
2018-05-03 14:44:48 -04:00
|
|
|
]
|
|
|
|
}
|