mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx/client): get rid of warnings overlay
This commit is contained in:
parent
9d284a5fe5
commit
ca309f3b58
@ -7,7 +7,14 @@ module.exports = {
|
|||||||
path: join(__dirname, 'dist'),
|
path: join(__dirname, 'dist'),
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
port: 4200
|
port: 4200,
|
||||||
|
client: {
|
||||||
|
overlay: {
|
||||||
|
errors: true,
|
||||||
|
warnings: false,
|
||||||
|
runtimeErrors: true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new NxAppWebpackPlugin({
|
new NxAppWebpackPlugin({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user