1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 00:27:49 +02:00

merge fix

This commit is contained in:
Matthias Kretschmann 2022-01-11 10:32:36 +00:00
parent ae71ce706a
commit 2504eba886
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,11 +4,6 @@ module.exports = (phase, { defaultConfig }) => {
*/
const nextConfig = {
webpack: (config, options) => {
config.plugins.push(
new options.webpack.IgnorePlugin({
resourceRegExp: /^electron$/
})
)
config.module.rules.push(
{
test: /\.svg$/,