mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37: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: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
|
typescript: {
|
||||||
|
ignoreBuildErrors: true,
|
||||||
|
},
|
||||||
webpack(config) {
|
webpack(config) {
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
test: /\.svg$/,
|
test: /\.svg$/,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue