Commit 20dd150
committed
maint: Remove the public path helper script.
The public path helper script did set the webpack public path to find
the path where the bundle was located and to correctly find the chunk
directory. The logic was based on finding the URL of the last loaded
script. This was not even always correct.
It was also possible to override it via `window.__patternslib_public_path__`.
Since quite some thime, this is not necessary anymore as webpack handles
these path issues on it's own.
This dead code is now removed.1 parent b49a5b0 commit 20dd150
1 file changed
+0
-15
lines changedThis file was deleted.
0 commit comments