Skip to content

Commit

Permalink
Webpack config file.
Browse files Browse the repository at this point in the history
Making dist webpack file sourcemap debuggable for end users who build on
top of react-storybook.
  • Loading branch information
jennylia committed Oct 24, 2016
1 parent da34f52 commit ecc30d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/server/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports.default = function () {

var config = {
bail: true,
devtool: '#cheap-module-source-map',
devtool: 'inline-source-map',
entry: entries,
output: {
filename: 'static/[name].bundle.js',
Expand Down

0 comments on commit ecc30d8

Please sign in to comment.