Skip to content
Snippets Groups Projects

Use webpack for bundling JS libs and move Golang code related to Iframe generation there

Merged Igor Markin requested to merge feature-vcl-webpack-bundle into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2266,6 +2266,8 @@ const connection = Penpal.connectToParent({
connection.promise.then(parent => {
var identities = localStorage.getItem("identities")
window.API_HOST = `${window.location.protocol}//${window.location.host}/`;
console.log("Library loaded at: " + new Date().toISOString())
if (identities === "" || identities === null) {
Loading