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
3 files
+ 750
461
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -31,6 +31,10 @@
"qrcode": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
}
Loading