```js // .storybook/main.js module.exports = { core: { builder: '@storybook/builder-webpack5', }, }; ```