module.exports = {
// 基本路徑
publicPath: './',
devServer: {
port: 8080,
host: 'localhost',
open: true //配置瀏覽器自動訪問
}
}

image.png
module.exports = {
// 基本路徑
publicPath: './',
devServer: {
port: 8080,
host: 'localhost',
open: true //配置瀏覽器自動訪問
}
}