anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Bootstrap placed after all css files #60

Closed hafeez1042 closed 8 years ago

hafeez1042 commented 8 years ago

Is there any way to load bootstrap before all CSS

hafeez1042 commented 8 years ago

Solution: change webpack/common.config.js Line 83 from module.exports = merge(development, common); to module.exports = merge(common, development);