tj / frontend-boilerplate

webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
2.93k stars 268 forks source link

fix path issue in Windows #19

Closed gwokae closed 8 years ago

gwokae commented 8 years ago

The webpack.config.js is not working on Windows platform. And Webpack document mentioned, the config like __dirname + "/client" will cause wrong path in Windows. It should replaced with path.join(__dirname, "/client") to avoid problem

gwokae commented 8 years ago

My bad, seems not configured correctly. I will create another pull request latter