Skip to content

Commit

Permalink
stop logging webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Jul 9, 2024
1 parent 71eaf15 commit 7fa6e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-discretize-components/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
config.resolve.alias['@discretize/gw2-ui-new'] = path.resolve(
path.join(__dirname, '..', '..', 'gw2-ui', 'src', 'index'),
);
console.log(config);
// console.log(config);
return config;
},
docs: {},
Expand Down

0 comments on commit 7fa6e6d

Please sign in to comment.