// this file is slightly misleading. It needs to be CJS, and thus in this "type": "module" package it should be named preset.cjs// but Storybook won't pick that filename up so we have to name it preset.js insteadmodule.exports = require('./dist/preset.cjs')