为了账号安全,请及时绑定邮箱和手机立即绑定

没添加后半段代码报错还正常。添加之后就这样了

https://img1.sycdn.imooc.com//5c0393020001281706250807.jpg

到这里还和课程一样,然后添加了下面的代码就崩了

https://img1.sycdn.imooc.com//5c0393030001f5c208870816.jpg


正在回答

2 回答

const path = require('path')

const VueLoaderPlugin = require('vue-loader/lib/plugin')


module.exports = {

entry: path.join(__dirname, './src/index.js'),

output: {

filename: 'bundle.js',

path: path.join(__dirname, 'dist')

},

module: {

rules: [{

test: /\.vue$/,

loader: 'vue-loader'

}, {

test: /\.css$/,

use: ["vue-style-loader", "css-loader"]

}]

},

plugins:[

new VueLoaderPlugin()

]

}


2 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

没添加后半段代码报错还正常。添加之后就这样了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信