chore: update snapshots

This commit is contained in:
Igor Randjelovic
2021-03-02 15:45:43 +01:00
committed by Nathan Walker
parent bf34966ced
commit b7f04ce7fa

View File

@ -33,6 +33,10 @@ exports[`angular configuration for android 1`] = `
'.scss', '.scss',
'.android.json', '.android.json',
'.json' '.json'
],
mainFields: [
'module',
'main'
] ]
}, },
resolveLoader: { resolveLoader: {
@ -300,6 +304,10 @@ exports[`angular configuration for ios 1`] = `
'.scss', '.scss',
'.ios.json', '.ios.json',
'.json' '.json'
],
mainFields: [
'module',
'main'
] ]
}, },
resolveLoader: { resolveLoader: {