assets/scripts/publicPath.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 2
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 2
mnd 0
bc 0
fnc 0
dl 0
loc 2
bpm 0
cpm 0
noi 1
c 0
b 0
f 0
1
const themeUrl = window.FlyntData.templateDirectoryUri
2
__webpack_public_path__ = `${themeUrl}/dist/` // eslint-disable-line
0 ignored issues
show
Bug introduced by
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