Skip to content

Commit

Permalink
Fix moar bugs in webpack prod config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbooker committed Sep 27, 2016
1 parent d8ee373 commit de5a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
editAdmin: JS_DIR + '/editAdmin/editAdmin.jsx'
},
output: {
path: path.join(APP_DIR, "dist"),
path: path.join(JS_DIR, "dist"),
filename: "[name]-[hash].min.js",
chunkFilename: '[name].[chunkhash:8].chunk.js'
},
Expand Down

0 comments on commit de5a4ac

Please sign in to comment.