tarantoj-intrepid
Results
2
comments of
tarantoj-intrepid
This can be temporarily fixed with the following in nuxt.config ```typescript storybook: { webpackFinal(config, { configDir }) { config.module?.rules.push({ test: /\.cjs$/, use: { loader: "babel-loader", options: { presets: ["@babel/preset-env"], },...
@mrueg I did see that pr! It's a cool idea, but for my purposes it was easier and simpler to just use kroki. Definitely adds risk depending on something external,...