|
@@ -5,7 +5,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
|
|
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
|
|
const ExtractTextPlugin = require("extract-text-webpack-plugin");
|
|
const ExtractTextPlugin = require("extract-text-webpack-plugin");
|
|
const webpack = require('webpack');
|
|
const webpack = require('webpack');
|
|
-const proxyHost = "http://192.168.2.236:5050";
|
|
|
|
|
|
+const proxyHost = "http://192.168.2.241:5050";
|
|
// const proxyHost = "http://192.168.3.113:5050";
|
|
// const proxyHost = "http://192.168.3.113:5050";
|
|
module.exports = {
|
|
module.exports = {
|
|
entry: {
|
|
entry: {
|