mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Fix svete a11y warnings (#2469)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
parent
7af372f41e
commit
d6245797a0
@ -34,6 +34,13 @@ module.exports = {
|
||||
...(dev ? ['./src/main-dev.ts']: ['./src/main.ts'] ),
|
||||
]
|
||||
},
|
||||
ignoreWarnings: [
|
||||
{
|
||||
message: /a11y-/,
|
||||
},
|
||||
/warning from compiler/,
|
||||
(warning) => true,
|
||||
],
|
||||
resolve: {
|
||||
symlinks: true,
|
||||
alias: {
|
||||
|
Loading…
Reference in New Issue
Block a user