Issues (76)

assets/scripts/publicPath.js (1 issue)

Labels
Severity
1
const themeUrl = window.FlyntData.templateDirectoryUri
2
__webpack_public_path__ = `${themeUrl}/dist/` // eslint-disable-line
0 ignored issues
show
The variable __webpack_public_path__ seems to be never declared. Assigning variables without defining them first makes them global. If this was intended, consider making it explicit like using window.__webpack_public_path__.
Loading history...
3