Skip to content

Commit 4193e50

Browse files
committed
Merge branch 'main' into georgia-cards
2 parents 9fc2771 + 7e10758 commit 4193e50

791 files changed

Lines changed: 20074 additions & 8243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Mobile-Expensify

__mocks__/Illustrations.ts

Lines changed: 0 additions & 241 deletions
This file was deleted.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ android {
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113113
multiDexEnabled rootProject.ext.multiDexEnabled
114-
versionCode 1009034902
115-
versionName "9.3.49-2"
114+
versionCode 1009035006
115+
versionName "9.3.50-6"
116116
// Supported language variants must be declared here to avoid from being removed during the compilation.
117117
// This also helps us to not include unnecessary language variants in the APK.
118118
resConfigs "en", "es"

assets/images/camera-flip.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

assets/images/product-illustrations/topiary-dollar-sign.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

config/webpack/ModuleInitTimingPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ModuleInitTimingPlugin {
6565
continue;
6666
}
6767
const resource = 'resource' in module ? (module as NormalModule).resource : undefined;
68-
if (!resource || resource.includes('node_modules')) {
68+
if (!resource) {
6969
continue;
7070
}
7171
const relativePath = `./${path.relative(compiler.context, resource).replaceAll('\\', '/')}`;

config/webpack/webpack.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const getCommonConfiguration = ({file = '.env', platform = 'web'}: Environment):
9999
mode: isDevelopment ? 'development' : 'production',
100100
devtool: 'source-map',
101101
entry: {
102-
main: ['babel-polyfill', './index.js'],
102+
main: './index.js',
103103
},
104104
output: {
105105
// Use simple filenames in development to prevent memory leaks from contenthash changes

0 commit comments

Comments
 (0)