Skip to content

Commit

Permalink
test webpack cahnge temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
avrilpearl committed Mar 25, 2019
1 parent 1380f4f commit 7710db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/.storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ module.exports = ({ config }) => {
}
}
});
config.module.rules.push({
/*config.module.rules.push({
test: /\.stories\.js?$/,
loaders: [require.resolve('@storybook/addon-storysource/loader')],
enforce: 'pre',
});
});*/
config.resolve = {
...config.resolve,
alias: {
Expand Down

0 comments on commit 7710db4

Please sign in to comment.