Run prettier
This commit is contained in:
@ -77,13 +77,13 @@ const config = {
|
||||
loader: require.resolve("source-map-loader"),
|
||||
options: {
|
||||
filterSourceMappingUrl: (url, resourcePath) => {
|
||||
// disable warning for missing @scure-bip39 sourcemaps
|
||||
if (/.*\/.yarn\/cache\/@scure-bip39.*/.test(resourcePath)) {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
}
|
||||
// disable warning for missing @scure-bip39 sourcemaps
|
||||
if (/.*\/.yarn\/cache\/@scure-bip39.*/.test(resourcePath)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/i,
|
||||
|
Reference in New Issue
Block a user