Describe the bug
I'm attempting to use @storybook/bench for vite-builder projects, but I get a failure of ReferenceError: exports is not defined for this plugin's preview.js file. I'm trying to find a way to optimize it back from cjs to esm, but I think it would be good if this addon also exported ESM so that isn't necessary.
Describe the bug
I'm attempting to use
@storybook/benchfor vite-builder projects, but I get a failure ofReferenceError: exports is not definedfor this plugin'spreview.jsfile. I'm trying to find a way to optimize it back from cjs to esm, but I think it would be good if this addon also exported ESM so that isn't necessary.