mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-29 01:26:13 +01:00
5 lines
247 B
JavaScript
5 lines
247 B
JavaScript
|
|
// setup webpack public path:
|
||
|
|
// https://stackoverflow.com/questions/39879680/example-of-setting-webpack-public-path-at-runtime
|
||
|
|
// https://github.com/coryhouse/react-slingshot/pull/207/files
|
||
|
|
__webpack_public_path__ = window.ctxPath + "/bundles/";
|