chore(nx/client): get rid of warnings overlay

This commit is contained in:
Elian Doran 2025-04-23 12:20:29 +03:00
parent 9d284a5fe5
commit ca309f3b58
No known key found for this signature in database

View File

@ -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({