From ecc30d801af3b205997b6803a632daee04af649a Mon Sep 17 00:00:00 2001 From: Jenny Lian Date: Mon, 24 Oct 2016 11:26:22 -0700 Subject: [PATCH] Webpack config file. Making dist webpack file sourcemap debuggable for end users who build on top of react-storybook. --- dist/server/config/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/server/config/webpack.config.prod.js b/dist/server/config/webpack.config.prod.js index 8a86f182c60d..45e4e3e4fc5c 100644 --- a/dist/server/config/webpack.config.prod.js +++ b/dist/server/config/webpack.config.prod.js @@ -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',