aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/publicpath.js
blob: 892bb459aa2c265eab18c4a30dd42123c56aa320 (plain)
1
2
3
4
5
// This sets up webpack's chunk loading to load resources from the 'public'
// directory. This file must be imported before any lazy-loading is being attempted.

const url = new URL(document.currentScript.src);
__webpack_public_path__ = url.pathname.replace(/\/[^/]*?\/[^/]*?$/, '/');