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 = []
|
||||||
}
|
}
|
||||||
config.plugins.push(
|
config.plugins.push(
|
||||||
new webpack.ContextReplacementPlugin(/\/truffle-(contract|interface-adapter)\//, (data) => {
|
new webpack.ContextReplacementPlugin(/truffle-(contract|interface-adapter)/, (data) => {
|
||||||
delete data.dependencies[0].critical
|
delete data.dependencies[0].critical
|
||||||
return data
|
return data
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue