Invalid cofiguration object.Webpack has been initialised using a configuration object that does not match the API schema. - configuration.output.path:The provided value "./dist/js" is not an absolute path!
怎么解决?
path: "./dist/js" 改为: path: __dirname +"/dist/js"