I’m using Gleap in a Vue 2 project (Vue CLI with Webpack) and encountering a fatal error when importing the package:
import Gleap from 'gleap';
With versions 14.2.6 and 14.2.7, I get the following error during build:
Module parse failed: Unexpected token (1:155835)
You may need an appropriate loader to handle this file type...
✅ Temporary Fix:
Downgrading to gleap@14.2.5 resolves the issue, which confirms a regression in 14.2.6+.
Thanks.