Fix double import of babel polyfill
With the import development doesn't work. Without the import production doesn't work.
Codecov Report
Merging #315 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #315 +/- ##
=======================================
Coverage 96.36% 96.36%
=======================================
Files 10 10
Lines 55 55
Branches 5 5
=======================================
Hits 53 53
Misses 2 2
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact),ΓΈ = not affected,? = missing dataPowered by Codecov. Last update f89da02...a5e85be. Read the comment docs.
Hi @BlueDi! I haven't been visiting this repo for a while. Could you explain what does your comment mean? As I understand, removing this import will broke production build?
@Metnew yes, removing it breaks production, but leaving it breaks development.
@BlueDi, thanks, I'll take a look asap
Hi @BlueDi, I've cloned the repo and then build from scratch both dev and prod. It works without any tweak, I guess the issue is on your side. Could you provide more details?