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

安装完毕,并按照老师的步骤解决问题后,还是有错误

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

 - configuration.output.path: The provided value "./dist" is not an absolute path!


正在回答

3 回答

var path = require('path');

output:{

path: path.resolve(__dirname, './build'),

filename:'build.js'

},


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

path.resolve(__dirname,'./dist/js')

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

configuration.output.path  路径现在必须是绝对路径了,你可以用node 的path.resolve来生成绝对路径


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

举报

0/150
提交
取消

安装完毕,并按照老师的步骤解决问题后,还是有错误

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