Files
SCM-Manager/scm-ui/ui-webapp/src/webpack-public-path.js
2019-10-08 09:29:11 +02:00

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/";