refactor: remove classic mobile (#1789)

This commit is contained in:
Mo
2022-10-13 14:09:45 -05:00
committed by GitHub
parent 4a59216783
commit 588946898d
1072 changed files with 2972 additions and 19521 deletions

View File

@@ -19,22 +19,7 @@ module.exports = (async () => {
} = await getDefaultConfig()
return {
watchFolders: [
__dirname,
'../icons',
'../styles',
'../components',
'../features',
'../encryption',
'../filepicker',
'../services',
'../files',
'../utils',
'../sncrypto-common',
'../snjs',
'../responses',
'../models',
],
watchFolders: [__dirname, '../snjs'],
transformer: {
getTransformOptions: async () => ({
transform: {
@@ -42,7 +27,6 @@ module.exports = (async () => {
inlineRequires: true,
},
}),
babelTransformerPath: require.resolve('react-native-svg-transformer'),
},
resolver: {
assetExts: assetExts.filter((ext) => ext !== 'svg'),