Ignore typescript build errors.
parent
2b10802e07
commit
21072c712c
|
@ -43,6 +43,9 @@ module.exports = {
|
|||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
|
|
Loading…
Reference in New Issue