I'm developing a "widget" and I'm using Webpack, and everything is working fine so far.
But, at this point I want to be able to offer themes to my users so they can choose which color or position they want for the widget
is there a way to pass this variables to the bundle before being injected?
something like
<script src="http://myAwesomeSite.com/js/bundle.js?theme=red"></script>