26 Star 403 Fork 87

Gitee 前端组 / PageAnimation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
entry: {
app: './src'
},
module: {
rules: [
{
test: /\.m?js$/,
exclude: /(node_modules|bower_components)/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env']
}
}
}
]
}
}
JavaScript
1
https://gitee.com/gitee-frontend/page-animation.git
git@gitee.com:gitee-frontend/page-animation.git
gitee-frontend
page-animation
PageAnimation
master

搜索帮助