added code splitting support for plugin bundles

This commit is contained in:
Sebastian Sdorra
2019-10-23 10:13:53 +02:00
parent 8a6f862d3d
commit 9ffdf3b8b2
3 changed files with 7 additions and 2 deletions

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