mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Ignore typescript build errors.
This commit is contained in:
parent
2b10802e07
commit
21072c712c
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ module.exports = {
|
|||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue