Skip to content

Commit

Permalink
Fix webpack oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Jan 20, 2017
1 parent b97388a commit bef4f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
entry: {
bundle: 'boot.js',
},
devtool: IS_DEBUG ? '#eval' : null,
devtool: IS_DEBUG ? '#eval' : false,
output: {
filename: '[name]-[hash:7].js',
chunkFilename: '[name]-[id]-[chunkhash:7].js',
Expand Down

0 comments on commit bef4f77

Please sign in to comment.