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