mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-01 21:31:04 +00: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'] ),
|
...(dev ? ['./src/main-dev.ts']: ['./src/main.ts'] ),
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
ignoreWarnings: [
|
||||||
|
{
|
||||||
|
message: /a11y-/,
|
||||||
|
},
|
||||||
|
/warning from compiler/,
|
||||||
|
(warning) => true,
|
||||||
|
],
|
||||||
resolve: {
|
resolve: {
|
||||||
symlinks: true,
|
symlinks: true,
|
||||||
alias: {
|
alias: {
|
||||||
|
Loading…
Reference in New Issue
Block a user