We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd9659 commit df86809Copy full SHA for df86809
packages/storybook-builder/static/iframe-template.html
@@ -52,10 +52,6 @@
52
53
('OTHER_GLOBLALS HERE');
54
55
- // TODO(storybook): check if it's relevant for us
56
- // We do this so that "module && module.hot" etc. in Storybook source code
57
- // doesn't fail (it will simply be disabled)
58
- window.module = undefined;
59
window.global = window;
60
</script>
61
<!-- [HEAD HTML SNIPPET HERE] -->
0 commit comments