Included javascript causes 'Uncaught ReferenceError: _tLAB is not defined' client crash
mcarlson opened this issue · 1 comments
mcarlson commented
Hi All,
We are trying to include an (AFAIKT) valid JS file in our page's getScripts() method:
import framework7js from "../styles/framework7.custom.min";
getScripts() {
return [
{text: rollbar},
{text: ga},
{text: framework7js},
]
}
The app compiles, but the generated JS fails with: 'Uncaught ReferenceError: _tLAB is not defined' here:
<script>_tLAB=_tLAB.wait(function(){try{ (function (root) { Any clues? Thanks so much for an awesome project!