Using webpack-rtl-plugin in my webpack configurations produces two main CSS file main.xxx.css and main.xxx.rtl.css.
and when I load the stylesheets with {% render_bundle 'main' 'css' %}, it loads both files.
how would I go about loading only either one of those files with the render_bundle tag?