打包提示 - configuration.output.path: The provided value "./dist/js" is not an absolute path!
output: { ? ? ? ?path: __dirname + '/dist/js', ? ? ? ?filename: 'bundle.js' ? ?} 那個(gè)path改成如上所示就可以解決 - configuration.output.path: The provided value "./dist/js" is not an absolute path!這個(gè)問(wèn)題了
2017-04-09
同求 ?也是這個(gè)問(wèn)題