1 Star 5 Fork 2

dtdths/webpack-html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.babelrc 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
dtdths 提交于 2018-12-27 16:37 . .
//https://segmentfault.com/a/1190000011155061
{
"presets": [
[
"@babel/preset-env",
{
"targets": { // 配支持的环境
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"],
"node": "current"
},
"modules": false, //设置ES6 模块转译的模块格式 默认是 commonjs
"debug": false, // debug,编译的时候 console
"useBuiltIns": "entry", // 是否开启自动支持 polyfill
"include": [], // 总是启用哪些 plugins
"exclude": [] // 强制不启用哪些 plugins,用来防止某些插件被启用
}
],
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dtdths/webpack-html.git
git@gitee.com:dtdths/webpack-html.git
dtdths
webpack-html
webpack-html
master

搜索帮助