module.exports = {
// 基本路径
publicPath: './',
devServer: {
port: 8080,
host: 'localhost',
open: true //配置浏览器自动访问
}
}
image.png
module.exports = {
// 基本路径
publicPath: './',
devServer: {
port: 8080,
host: 'localhost',
open: true //配置浏览器自动访问
}
}