Skip to content

Commit

Permalink
Merge pull request #58 from kraklin/master
Browse files Browse the repository at this point in the history
Add debug flag to be used with elm 0.18 debugger
  • Loading branch information
halfzebra authored Nov 20, 2016
2 parents 7017f4a + 3b4ccbf commit 6dcf7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
{
test: /\.elm$/,
exclude: [ /elm-stuff/, /node_modules/ ],
loader: 'elm-hot!elm-webpack?verbose=true&warn=true&pathToMake=' + paths.elmMake
loader: 'elm-hot!elm-webpack?verbose=true&warn=true&debug=true&pathToMake=' + paths.elmMake
},
{
test: /\.css$/,
Expand Down

0 comments on commit 6dcf7b7

Please sign in to comment.