Meherin
Meherin
> If you are using Nuxt 2: > > 1. `npm install esbuild-loader --save-dev` > 2. Modify `nuxt.config.js` > > ``` > build: { > extend(config, { isDev, isClient })...
Thank you @lafllamme for guiding us on this journey! However, even though I've followed your package.json to the point, it wasn't the solution. Storybook starts up and than crashed with...
@lafllamme I'm very grateful for your help. Storybook seems to be working--for now. Thank you very much :) Though sometimes it "forgets" global components loaded through plugins. Like font-awesome-icon for...