Romain Berger
Romain Berger
Hi, can you show me your webpack configuration so I can test it? Thanks
What do you mean by being redirected to this file? Is there any error output from node or is it just in the browser? Also can you tell me what...
For now it's not trying to clone but always download, I guess it could be possible to do that. I probably won't have time to look into that for now,...
Hi, there's no option to ignore files indeed. I'll try to add an option to do that whenever I have some time.
Thanks! I've chosen this way of working for now as at Dailymotion we're using server-side rendering, which let us choose between the regular and the reversed css. We can definitely...
I totally get what you're saying about it not being the react way, and I'm all about the react way :) The `rtl-css-loader` does generate both versions in the output,...
Oh yeah if you're using it with the `extract-text-plugin` it will behave like the `css-loader`, I should specify this in the doc sorry :( It's supposed to be used with...
**Edit** We were writing at the same time, I'm checking your answer. Can you paste your config so I can see? Sorry I have troubles being clear when I try...
I've never used the `html-webpack-plugin`, I'll have to check it out to see how it can work with it. I think using a different configuration for dev and prod is...
For dev we don't use hashes so there's no issue, and for prod we use a module (not open source for now) that generates multiple bundles for each language, and...