Rodrigo Reyes
Results
1
issues of
Rodrigo Reyes
Hi. I am trying to make the iconpicker to work with webpack but seems like it does not. Here is the code I am using: ``` require('../node_modules/bootstrap-iconpicker/bootstrap-iconpicker/css/bootstrap-iconpicker.min.css'); require("imports?jQuery=jquery!../node_modules/bootstrap-iconpicker/bootstrap-iconpicker/js/iconset/iconset-glyphicon.min.js") require('imports?jQuery=jquery!../node_modules/bootstrap-iconpicker/bootstrap-iconpicker/js/bootstrap-iconpicker.min.js'); ......