mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
make the linter happy
This commit is contained in:
parent
5a5fe476e2
commit
712fefe2d1
@ -65,9 +65,9 @@ class WebpackProcess extends ProcessWrapper {
|
||||
root: fs.dappPath()
|
||||
}
|
||||
}),
|
||||
new HardSourceWebpackPlugin.ExcludeModulePlugin([{
|
||||
test: /app[\\/]|contracts[\\/]/
|
||||
}])
|
||||
new HardSourceWebpackPlugin.ExcludeModulePlugin(
|
||||
[{test: /app[\\/]|contracts[\\/]/}]
|
||||
)
|
||||
]
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user