Skip to content

Commit

Permalink
Fix for Issue with Lazy Import
Browse files Browse the repository at this point in the history
Seems to resolve an issue related to using `lazy` on newer versions of Node. Related issue can be found [here](facebook/create-react-app#6673 (comment)).
  • Loading branch information
timimsms committed May 4, 2020
1 parent 9cfc681 commit d536e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"graphql-tag": "^2.10.1",
"history": "^4.10.1",
"jwt-decode": "^2.2.0",
"lazy": "^1.0.11",
"lodash": "^4.17.15",
"lodash.flowright": "^3.5.0",
"mapbox-gl": "^1.6.1",
Expand Down Expand Up @@ -74,6 +75,7 @@
]
},
"devDependencies": {
"acorn-dynamic-import": "^3.0.0",
"babel-jest": "^24.8.0",
"enzyme-to-json": "^3.4.4",
"eslint": "^5.16.0",
Expand Down

0 comments on commit d536e58

Please sign in to comment.