-
Notifications
You must be signed in to change notification settings - Fork 642
Conversation
@@ -21,7 +21,7 @@ module.exports = { | |||
// This will make the redux-simpler-router module resolve to the | |||
// latest src instead of using it from npm. Remove this if running | |||
// outside of the source. | |||
var src = path.join(__dirname, '..', '..', 'src') | |||
var src = path.join(__dirname, '..', '..', 'lib') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this change. We want to pull the latest source, not the latest built source. We are already running it through webpack and it'll build it again.
Looks great, thanks, I needed to do this soon but this helps a lot. @kjbekkelund I may go ahead and merge this so we can keep discussing solutions. |
Hi @jlongster, I amended my branch according to your remarks. |
@jlongster Absolutely — this should be merged! :) @geowarin No prob, my branch was just to get a discussion going on how to solve the devtools problem :) |
Ok I'll go ahead and merge it and look into it today. |
This pull request add dev-tools to the basic example.
I hope this will help to fix #61.