webpack / react-starter

[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
2.21k stars 320 forks source link

Remove assign entry.loaders for any value type #80

Closed chentsulin closed 9 years ago

chentsulin commented 9 years ago

I think that only value is type of array need a loaders property on entry, so I remove the line.

sokra commented 9 years ago

Thanks