I need to "export" jQuery library from webpack builded bundle.js file to use it in inline scripts on page (eg Google Tag Manager. A Marketer adds different scripts in it with jquery).
I don't want to add jQuery as external library on page. I installed it with npm, import it in webpack and add in webpack.ProvidePlugin. But I still can use $, jQuery or window.jQuery only inside my bundle.js