I have a webpack configuration that generate multiple bundles from multiple entry point.
i use css-loader to bundle the css files into my js bundle.
I try to find a way to prefix all css files bundled with a prefix. is this possible with this plugin?
Thansk