Revert "fix(cli): update dev server config"
This reverts commit a7c3ce989e.
This commit is contained in:
@@ -48,13 +48,11 @@ export function getSiteDevBaseConfig(): WebpackConfig {
|
|||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
port: 8080,
|
port: 8080,
|
||||||
|
quiet: true,
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
dev: {
|
stats: 'errors-only',
|
||||||
publicPath: '/',
|
publicPath: '/',
|
||||||
},
|
disableHostCheck: true,
|
||||||
},
|
|
||||||
infrastructureLogging: {
|
|
||||||
level: 'warn',
|
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|||||||
Reference in New Issue
Block a user