Skip to content

Commit

Permalink
FIX: Output production files into dist-folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
LauriKatajisto committed Jun 6, 2017
1 parent 5e0a50c commit 333bb9e
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 @@ -8,7 +8,7 @@ module.exports = {
},
target: 'web',
output: {
path: path.join(__dirname, 'dev'),
path: path.join(__dirname, 'dist'),
filename: '[name].js',
},
plugins: [
Expand Down

0 comments on commit 333bb9e

Please sign in to comment.