mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
merge fix
This commit is contained in:
parent
ae71ce706a
commit
2504eba886
@ -4,11 +4,6 @@ module.exports = (phase, { defaultConfig }) => {
|
|||||||
*/
|
*/
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
webpack: (config, options) => {
|
webpack: (config, options) => {
|
||||||
config.plugins.push(
|
|
||||||
new options.webpack.IgnorePlugin({
|
|
||||||
resourceRegExp: /^electron$/
|
|
||||||
})
|
|
||||||
)
|
|
||||||
config.module.rules.push(
|
config.module.rules.push(
|
||||||
{
|
{
|
||||||
test: /\.svg$/,
|
test: /\.svg$/,
|
||||||
|
Loading…
Reference in New Issue
Block a user