16 lines
296 B
Plaintext
16 lines
296 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
|
|
}
|
|
}],
|
|
"stage-2"
|
|
],
|
|
"plugins": ["transform-vue-jsx", "transform-runtime"],
|
|
// "ignore": [
|
|
// "./static/Ueditor/ueditor.all.js"
|
|
// ]
|
|
}
|