Skip to content

Commit

Permalink
last minute check on windows and a webpack pathing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 18, 2017
1 parent c798961 commit 79e1a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -20,7 +20,7 @@ module.exports = {
"reduxharness": ['./client/reduxharness.js']
},
output: {
path: __dirname + '/src/StorytellerRunner',
path: __dirname + '/src/dotnet-storyteller',
filename: "[name].js",
publicPath: '/client/public/javascript/',
pathinfo: true
Expand Down

0 comments on commit 79e1a32

Please sign in to comment.