1 Star 0 Fork 8

永恩/vue-vuex-starter-kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.babelrc 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸿飞 提交于 2016-09-08 20:38 +08:00 . update
// NOTE: These options are overriden by the babel-loader configuration
// for webpack, which can be found in ~/build/webpack.config.
//
// Why? The react-transform-hmr plugin depends on HMR (and throws if
// module.hot is disabled), so keeping it and related plugins contained
// within webpack helps prevent unexpected errors.
{
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"add-module-exports",
"transform-async-to-generator",
"transform-runtime"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/envan/vue-vuex-starter-kit.git
git@gitee.com:envan/vue-vuex-starter-kit.git
envan
vue-vuex-starter-kit
vue-vuex-starter-kit
master

搜索帮助