mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01: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…
Add table
Add a link
Reference in a new issue