2020-05-21 04:03:31 +05:30
|
|
|
// This sets up the URL prefix used in webpack's chunk loading.
|
|
|
|
// This file must be imported before any lazy-loading is being attempted.
|
2021-05-13 00:06:53 +05:30
|
|
|
import {joinPaths} from './utils.js';
|
2021-05-08 19:57:25 +05:30
|
|
|
const {AssetUrlPrefix} = window.config;
|
2019-11-18 03:09:06 +05:30
|
|
|
|
2021-05-13 00:06:53 +05:30
|
|
|
__webpack_public_path__ = joinPaths(AssetUrlPrefix, '/');
|