Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit e22f00f

Browse files
authored
Merge branch 'master' into feature/unify-store-config
2 parents c4bb531 + 5b58146 commit e22f00f

File tree

106 files changed

+7903
-7109
lines changed

Some content is hidden

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

106 files changed

+7903
-7109
lines changed

.babelrc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"env": {
33
"test": {
4-
"presets": ["flow", "react", "es2015", "stage-0"],
4+
"presets": [
5+
"flow",
6+
"react",
7+
"es2015",
8+
"stage-0"
9+
],
510
"plugins": [
611
"rewire",
712
[
813
"module-resolver",
914
{
10-
"root": ["./app"],
15+
"root": [
16+
"./app"
17+
],
1118
"alias": {
1219
"@components": "./app/js/components",
1320
"@common": "./app/js/common",
@@ -50,6 +57,7 @@
5057
],
5158
"plugins": [
5259
"react-hot-loader/babel",
60+
"react-loadable/babel",
5361
"babel-plugin-transform-class-properties",
5462
"babel-plugin-transform-async-to-generator",
5563
"babel-plugin-transform-react-jsx",
@@ -58,7 +66,9 @@
5866
[
5967
"module-resolver",
6068
{
61-
"root": ["./app"],
69+
"root": [
70+
"./app"
71+
],
6272
"alias": {
6373
"@components": "./app/js/components",
6474
"@common": "./app/js/common",
@@ -100,6 +110,7 @@
100110
]
101111
],
102112
"plugins": [
113+
"react-loadable/babel",
103114
"babel-plugin-transform-class-properties",
104115
"babel-plugin-transform-async-to-generator",
105116
"babel-plugin-transform-react-jsx",
@@ -108,7 +119,9 @@
108119
[
109120
"module-resolver",
110121
{
111-
"root": ["./app"],
122+
"root": [
123+
"./app"
124+
],
112125
"alias": {
113126
"@components": "./app/js/components",
114127
"@common": "./app/js/common",
7.46 KB
9.18 KB
-71.2 KB
Binary file not shown.
-6.29 KB
Binary file not shown.
-56.9 KB
Binary file not shown.
-2.24 KB
Binary file not shown.

app/images/app-icon-afia@2x.png

-71.2 KB
Binary file not shown.

app/images/app-icon-afia@2x.webp

-6.29 KB
Binary file not shown.
-12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)