配合 Vue.js 配置 Webpack - 40. 通过 cmd 创建 .babelrc,并指定 preset 为 ES2015
// 通过命令行创建 .babelrc,并指定 preset 为 ES2015 echo '{ "presets": ["es2015"] }' > .babelrc