|
@@ -4,7 +4,7 @@ const CleanWebpackPlugin = require('clean-webpack-plugin') // 清空打包目录
|
|
|
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|
|
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
|
|
|
const webpack = require('webpack');
|
|
|
-const proxyHost = "http://192.168.2.236:5050";
|
|
|
+const proxyHost = "http://192.168.3.55:2033";
|
|
|
module.exports = {
|
|
|
entry: {
|
|
|
index: path.resolve(__dirname, 'src/js', 'index.js'),
|