{"version":3,"sources":["../src/preset.ts"],"names":["viteFinal","config","webpack"],"mappings":"aAKO,IAAMA,CAAY,CAAA,MAAOC,CAC9B,GAAA,OAAA,CAAQ,IAAI,0CAA0C,CAAA,CAC/CA,CAGIC,CAAAA,CAAAA,CAAAA,CAAU,MAAOD,CAAAA,GAC5B,OAAQ,CAAA,GAAA,CAAI,6CAA6C,CAClDA,CAAAA,CAAAA","file":"preset.cjs","sourcesContent":["// You can use presets to augment the Storybook configuration\n// You rarely want to do this in addons,\n// so often you want to delete this file and remove the reference to it in package.json#exports and package.json#bunder.nodeEntries\n// Read more about presets at https://storybook.js.org/docs/addons/writing-presets\n\nexport const viteFinal = async (config: any) => {\n  console.log(\"This addon is augmenting the Vite config\");\n  return config;\n};\n\nexport const webpack = async (config: any) => {\n  console.log(\"This addon is augmenting the Webpack config\");\n  return config;\n};\n"]}