Skip to content

Commit

Permalink
WIP: Comment out externals config in Storybook webpack overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
wormat committed Aug 8, 2022
1 parent 5af780c commit bbb03c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/ui/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module.exports = {
core: {
disableTelemetry: true,
},
webpackFinal: async (config) => {
config.externals = {
"@certusone/wormhole-sdk": "{}",
};
return config;
},
// webpackFinal: async (config) => {
// config.externals = {
// "@certusone/wormhole-sdk": "{}",
// };
// return config;
// },
};

0 comments on commit bbb03c7

Please sign in to comment.