easy-webpack / config-css

MIT License
0 stars 2 forks source link

How would i use css modules? #1

Open tonypee opened 8 years ago

tonypee commented 8 years ago

Im looking to add:

style-loader!css-loader?&modules&importLoaders=1&localIdentName=[name][local]_[hash:base64:5]

should there be an option for the additional parameters?

niieani commented 8 years ago

I think for the moment it might be easier to replace config-css with a manually configured CSS that has the advanced features you desire.

tonypee commented 8 years ago

ok thanks!

On 5 July 2016 at 14:55, Bazyli Brzóska notifications@github.com wrote:

I think for the moment it might be easier to replace config-css with a manually configured CSS that has the advanced features you desire.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/easy-webpack/config-css/issues/1#issuecomment-230410651, or mute the thread https://github.com/notifications/unsubscribe/AC8aNamjUzRZxI9bMy8JMIhMTzPvebenks5qSg3WgaJpZM4JE040 .

Tony Polinelli

lukelarsen commented 8 years ago

@tonypee - I'm wanting to do the same thing. I'm not sure how to go about it though. How do you replace config-css?