Skip to content

Commit

Permalink
Merge pull request #8 from brysonandrew/master
Browse files Browse the repository at this point in the history
Allow deployed version to find js file
  • Loading branch information
hirako2000 authored Jun 9, 2018
2 parents 90c8013 + 3492c41 commit b26d182
Show file tree
Hide file tree
Showing 3 changed files with 13,144 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/webpack/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var config = {
output: {
path: path.resolve('./build/public'),
publicPath: '/public/',
filename: 'js/[name].[chunkhash].js'
filename: 'js/[name].js'
},

module: {
Expand Down
Loading

0 comments on commit b26d182

Please sign in to comment.