electrode-io/electrode-server

Extending archetypes webpack loaders without forking project?

Closed this issue · 1 comments

I followed the procedure outlined in the tutorial for adding material-ui to the boilerplate application and had no problems. I am trying to use webpack-bootstrap (https://github.com/gowravshekar/bootstrap-webpack), but it's README specifies that I need to use specific loaders in my webpack configuration (webpack.config.modules.loaders). I see that the webpack configuration lives inside electrode-archetype-react-app archetype module, how can I modify the webpack loaders list in my project?

I could not find any information on http://electrode.io regarding this information.

@kizzlebot

we are working on feature to allow extending webpack config which will allow for enabling SASS/bootstrap. electrodejs/deprecated-electrode-archetype-react-app#19

in the meantime if you would like to integrate with material-ui in electrode please refer here http://www.electrode.io/docs/build_with_material_ui.html

closing this ticket here to keep the conversation in one thread on electrodejs/deprecated-electrode-archetype-react-app#19