Hi! I tried to use this module to ignore airbnb-js-shims from storybook. It works with cjs, but doesn't work with esm, there is webpack error:
ERROR in ../../node_modules/@storybook/core-client/dist/esm/globals/polyfills.js 2:0-25
Module not found: Error: Default condition should be last one
manager (webpack 5.73.0) compiled with 1 error in 11652 ms
Hi! I tried to use this module to ignore
airbnb-js-shims
fromstorybook
. It works withcjs
, but doesn't work withesm
, there is webpack error:polyfills.js
code:Maybe add default export to index file?