小番茄_西红柿
2017-10-27 15:56
在新版本的webpack和babel 中,可以通过在webpack.config.js的module中设置query这个属性设置presets吗?
{
test: /\.js$/,
loader: 'babel-loader',
exclude: path.resolve(__dirname, 'node_modules'),
include: path.resolve(__dirname, 'src'),
options: {
presets: ['env']
}
},
新版本的用options
webpack深入与实战
86561 学习 · 721 问题
相似问题