Hello
since 2 or 3 version ago of f7 (now i’m on latest) usually I use to set global var into index.html
var db;
and this var is available in all components. All works fine… but now i have this error when I make code update and app refresh with hotreload (no error if I use empty cache and reload chrome button ).
Uncaught (in promise) Error: ReferenceError: db is not defined
at eval (component-loader.js:50)
Seems that index.html is ignored by hotload and only components are refreshed
webpack error or f7?
thanks in advance