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

removed unused webpack config #52

Closed barrystaes closed 9 years ago

barrystaes commented 9 years ago

As i mentioned in documentation PR https://github.com/webpack/react-starter/pull/51/

barrystaes commented 9 years ago

Answer from https://github.com/webpack/react-starter/pull/51#discussion_r26384384 by sokra: webpack.config.js is not unused. It is used when you just invoke the webpack command. It is there to make custom builds from command line. I. e. when you want to experiment with something...

So if the file is intentional, this PR request can be dropped.