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
+ 528
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,3 +12,6 @@ function setupViamAPI(divId, methodsArg) {
return connection.promise
}
window.setupViamAPI = setupViamAPI;
Loading