mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 03:57:04 +00:00
Fix CI on github action desktop build (#1159)
* Prevent failed CI if there is any warning * Update regex * Eslint error Co-authored-by: Mati Dastugue <mdastugu@amazon.com>
This commit is contained in:
parent
f62bbffdd3
commit
8091a9dc77
@ -5,7 +5,7 @@ module.exports = function override(config) {
|
||||
config.plugins = []
|
||||
}
|
||||
config.plugins.push(
|
||||
new webpack.ContextReplacementPlugin(/\/truffle-(contract|interface-adapter)\//, (data) => {
|
||||
new webpack.ContextReplacementPlugin(/truffle-(contract|interface-adapter)/, (data) => {
|
||||
delete data.dependencies[0].critical
|
||||
return data
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user