This removes redundant things from the preload type the PPX uses. It moves from using eagerPreloadFn to eagerly preload code, to using a regular script tag instead, now that we always have the proper chunk src inlined.
It also removes the now redundant duplicate types file, since the PPX has been updated to not refer to it.
This removes redundant things from the preload type the PPX uses. It moves from using
eagerPreloadFn
to eagerly preload code, to using a regular script tag instead, now that we always have the properchunk
src inlined.It also removes the now redundant duplicate types file, since the PPX has been updated to not refer to it.