Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix webpack dev server #69

Merged
merged 2 commits into from
Jan 13, 2017

Conversation

cwillisf
Copy link
Contributor

@cwillisf cwillisf commented Jan 10, 2017

This change tweaks the expression of paths in the Webpack config to make webpack-dev-server work again. This opened the door for some minor cleanup of path & filename in the output configuration entries.
Thanks to @rschamp for help resolving the webpack-dev-server problems.
Also, enable source maps.

@rschamp and I discussed removing the Node target since we're not really using it right now, but I decided not to do that just yet. If/when we do remove it we should also make a few other changes, such as simplifying src/index*.js.

Christopher Willis-Ford added 2 commits January 10, 2017 14:39
This change tweaks the expression of paths in the Webpack config to make
`webpack-dev-server` work again. This opened the door for some minor
cleanup of `path` & `filename` in the `output` configuration entries.
Thanks to @rschamp for help resolving the `webpack-dev-server` problems.
@cwillisf cwillisf merged commit a4b863e into scratchfoundation:develop Jan 13, 2017
@cwillisf cwillisf deleted the fix-webpack-dev-server branch January 13, 2017 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants