This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -1,16 +1,17 @@
// const webpack = require("webpack")
module.exports = {
publicPath: './',
assetsDir: 'static',
productionSourceMap: false,
// devServer: {
// proxy: {
// '/api':{
// target:'http://jsonplaceholder.typicode.com',
// changeOrigin:true,
// pathRewrite:{
// '/api':''
// }
// }
// }
devServer: {
public: 'http://192.168.110.156:8080/' // 你自己本地的ip地址:端口号
}
// 配置插件参数
// configureWebpack: {
// plugins: [
// new webpack.ProvidePlugin({
// 'window.Quill': 'quill'
// })
// ]
// }
}