在新版本的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
那到底是[a:]还是[?]?第14行的setTimeout1000毫秒后调用startCount(),因为只执行一次,所以函数体内的setTimeout起到循环调用的效果。