Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed May 28, 2024
1 parent cde1c60 commit 7e58a9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ module.exports = {
util: require.resolve("util/")
};

config.ignoreWarnings = [/Failed to parse source map/];
config.ignoreWarnings = [
/Failed to parse source map/,
/Critical dependency: Accessing import\.meta directly is unsupported \(only property access is supported\)/
];

return config;
},
Expand Down

0 comments on commit 7e58a9b

Please sign in to comment.