Files
SCM-Manager/scm-ui/ui-webapp/src/webpack-public-path.js

5 lines
246 B
JavaScript
Raw Normal View History

2019-10-07 17:06:00 +02:00
// 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
2019-10-08 08:36:53 +02:00
__webpack_public_path__ = window.ctxPath + "/assets/";