mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 11:35:57 +01:00
6 lines
283 B
JavaScript
6 lines
283 B
JavaScript
/* global __webpack_public_path__ */
|
|
// 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 + "/assets/";
|