mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
81c14dc928
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
|
|
}
|
|
}],
|
|
"stage-2"
|
|
],
|
|
"plugins": ["transform-vue-jsx", "transform-runtime"]
|
|
}
|