码迷,mamicode.com
首页 > 其他好文 > 详细

vue - .babelrc

时间:2018-09-09 15:36:23      阅读:764      评论:0      收藏:0      [点我收藏+]

标签:row   官网   babel   eset   set   组件   tag   font   option   

描述:bable-es2015以及babel本身组件在新版本要求的外部配置文件.

 1 {
 2   "presets": [
 3     ["env", {
 4       "modules": false,
 5       "targets": {
 6         "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
 7       }
 8     }],
 9     "stage-2"
10   ],
11   "plugins": ["transform-vue-jsx", "transform-runtime"]
12 }

 

具体请查看官网文档:https://babeljs.io/docs/en/options

vue - .babelrc

标签:row   官网   babel   eset   set   组件   tag   font   option   

原文地址:https://www.cnblogs.com/cisum/p/9612742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!