report webpack warnings
This commit is contained in:
parent
ff017573c3
commit
61f0bf174f
|
|
@ -158,9 +158,9 @@ export default function (env?: Env): webpack.Configuration[] {
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
hot: true,
|
hot: true,
|
||||||
hotOnly: true,
|
hotOnly: true,
|
||||||
stats: 'errors-only',
|
stats: 'errors-warnings',
|
||||||
},
|
},
|
||||||
stats: 'errors-only',
|
stats: 'errors-warnings',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'meta',
|
name: 'meta',
|
||||||
|
|
@ -189,7 +189,7 @@ export default function (env?: Env): webpack.Configuration[] {
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.js', '.ts'],
|
extensions: ['.js', '.ts'],
|
||||||
},
|
},
|
||||||
stats: 'errors-only',
|
stats: 'errors-warnings',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user