直接上代码:
preLoaders: [
{
test: /\.vue$/,
loader: 'eslint',
include: projectRoot,
exclude: /node_modules/
}
{
test: /\.js$/,
loader: 'eslint',
include: projectRoot,
exclude: /node_modules/
}
],
想要通过前置,做一下检查,编译的时候一直停在
Listening at http://localhost:8080
这个阶段,不走了,但是去掉之后就可以。请问是什么原因?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
两个规则(花括号)之间应该有逗号吧。
请问楼主解决了没?