When upgrading vue-cli-plugin-apollo from 0.21.3 to 0.22.2, my project started throwing the following error when loaded:
regeneratorRuntime is not defined
Adding import "regenerator-runtime/runtime"; to main.ts fixes the problem, but that was not needed in 0.21.3?
When upgrading vue-cli-plugin-apollo from 0.21.3 to 0.22.2, my project started throwing the following error when loaded:
regeneratorRuntime is not definedAdding
import "regenerator-runtime/runtime";tomain.tsfixes the problem, but that was not needed in 0.21.3?