mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
feat: move webpack-dev-server to scripts
This commit is contained in:
@@ -122,11 +122,11 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
contentBase: outPath,
|
// contentBase: outPath,
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
port: 1025,
|
port: 1025,
|
||||||
hot: true,
|
hot: true,
|
||||||
disableHostCheck: true,
|
// disableHostCheck: true,
|
||||||
historyApiFallback: true,
|
historyApiFallback: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api/v1/': {
|
'/api/v1/': {
|
||||||
|
|||||||
Reference in New Issue
Block a user