Compare commits
No commits in common. "main" and "main" have entirely different histories.
@ -54,20 +54,5 @@ module.exports = function override(config, env) {
|
|||||||
|
|
||||||
config.resolve.alias['react-native$'] = require.resolve('react-native-web');
|
config.resolve.alias['react-native$'] = require.resolve('react-native-web');
|
||||||
|
|
||||||
// Ignore source map warnings from third-party packages. Ref: https://github.com/facebook/create-react-app/discussions/11767#discussioncomment-3416044
|
|
||||||
const ignoreSourceMapPackages = [
|
|
||||||
'@cosmjs',
|
|
||||||
'@confio/ics23',
|
|
||||||
'@json-rpc-tools',
|
|
||||||
'@pedrouid/environment',
|
|
||||||
'@walletconnect',
|
|
||||||
'cosmjs-types',
|
|
||||||
];
|
|
||||||
|
|
||||||
config.ignoreWarnings = ignoreSourceMapPackages.map(pkg => ({
|
|
||||||
module: new RegExp(`node_modules/${pkg.replace('/', '\\/')}`),
|
|
||||||
message: /Failed to parse source map/,
|
|
||||||
}));
|
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "web-wallet",
|
"name": "web-wallet",
|
||||||
"version": "0.1.7-zenith-0.2.3",
|
"version": "0.1.7-zenith-0.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@laconic-network/cosmjs-util": "^0.1.0",
|
"@laconic-network/cosmjs-util": "^0.1.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user