mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-30 18:15:52 +01:00
added code splitting support for plugin bundles
This commit is contained in:
5
scm-ui/ui-scripts/src/webpack-public-path.js
Normal file
5
scm-ui/ui-scripts/src/webpack-public-path.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/* 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/";
|
||||
Reference in New Issue
Block a user