export const babelLoader = () => {
  const { plugins, presets } = getStorybookBabelConfig();

  return {
    test: /\.(mjs|tsx?|jsx?)$/,