代码拉取完成,页面将自动刷新
const { resolve } = require('path')
module.exports = {
// 部署应用包时的基本 URL
publicPath: './',
// 输出文件目录
outputDir: 'dist',
// 静态资源文件
assetsDir: 'static',
// 相对于outputDir 的路径
indexPath: 'index.html',
// 是否在保存的时候使用 `eslint-loader` 进行检查。
lintOnSave: false,
// 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。
productionSourceMap: false,
css: {
// css分离
extract: true
},
configureWebpack: {
// provide the app's title in webpack's name field, so that
// it can be accessed in index.html to inject the correct title.
/* name: name, */
resolve: {
alias: {
'@': resolve('src')
}
}
},
devServer: {
port: 8081,
proxy: {
'/api': {
target: 'http://192.168.10.137:8001/',
changeOrigin: true,
ws: false,
pathRewrite: {
'^/api': ''
}
}
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。