Skip to content

Commit

Permalink
chore: add sourcemaps to debug storybook stories
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Feb 4, 2019
1 parent 6b33c80 commit 322f38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const path = require('path');

module.exports = (baseConfig, env, config) => {
config.devtool = 'inline-source-map';
config.module.rules.push({
test: /\.(ts|tsx)$/,
use: [
Expand Down

0 comments on commit 322f38a

Please sign in to comment.