You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this scenario, does the vendor.js have mixed ES levels? It might be possible that if the stuff that gets put into the vendor chunk is already ES5 / "legacy" compatible, it could just use that for both bundles.
No. I tested it with typescript-plain which should generate a vendor.js with only core-js and regenerator-runtime, it should never be loaded in modern target
set webpack config
will cause
ERROR in TypeError: Cannot read property 'options' of undefined
The text was updated successfully, but these errors were encountered: