Automatic publicPath is not supported in this browser
解决 Automatic publicPath is not supported in this browser 错误问题描述:webpack 打包出现Error: Automatic publicPath is not supported in this browser解决方法:在webpack.config.js文件中添加module.exports ={output: {publicPath: './'}}
