1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

build fix

This commit is contained in:
Matthias Kretschmann 2022-01-17 17:10:35 +00:00
parent 0129806159
commit fea0c1bfac
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -31,7 +31,8 @@ module.exports = (phase, { defaultConfig }) => {
os: false, os: false,
stream: false, stream: false,
http: false, http: false,
https: false https: false,
assert: false
} }
return typeof defaultConfig.webpack === 'function' return typeof defaultConfig.webpack === 'function'