AriaFallah / WebpackTutorial

A simple webpack tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using css/style loaders

wkoutre opened this issue · comments

BREAKING CHANGE:

It's no longer allowed to omit the '-loader' suffix when using loaders.
You need to specify 'style-loader' instead of 'style'.

Aside from that, this tutorial is wonderful. Thank you!

@wkoutre yeah sorry about that. That's because I still haven't updated this tutorial to address webpack v2.

I actually have started work on it due to this issue #43, and I'm hoping to have it out in a week or so.

No problem at all.