scalable-react / scalable-react-boilerplate

:star: Scalable feature-first React micro-framework made for Udacity Alumni collaborative projects

Home Page:https://scalable-react-boilerplate.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy fails "Element from loaders list with objects should have a 'loader' specified"

Thefly75 opened this issue · comments

First of all, thanks for your work, awesome boilerplate!

But I can't run the deploy script. Even with a fresh and new clone, the deploy script fails with:

Element from loaders list with objects should have a 'loader' specified

Most likely the "ExtractTextPlugin" config part is causing this.

  • Windows10
  • Node v6.9.1

I tried different webpack and ExtractTextPlugin versions, without any luck.

Hey @Thefly75, this error popped up with a recent release of Extract text it looks like. I've reverted it to the version that was compatible with the webpack version we are using here.

"extract-text-webpack-plugin": "v2.0.0-beta.4",

Please try that out and let me know how it goes. You can pull from master to get these changes.

Thanks @RyanCCollins ! That really did the trick. All good now, thanks for the fast response!

My pleasure! Good to hear. Feel free to reopen if you have any more difficulties!