diff --git a/apps/client/webpack.config.js b/apps/client/webpack.config.js index 7ed6ff38d..33772adf0 100644 --- a/apps/client/webpack.config.js +++ b/apps/client/webpack.config.js @@ -7,7 +7,14 @@ module.exports = { path: join(__dirname, 'dist'), }, devServer: { - port: 4200 + port: 4200, + client: { + overlay: { + errors: true, + warnings: false, + runtimeErrors: true + } + } }, plugins: [ new NxAppWebpackPlugin({