area17 / blast

Storybook for Laravel Blade 🚀
https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c
Apache License 2.0
268 stars 39 forks source link

Script asset type #59

Closed Thomva closed 6 months ago

Thomva commented 1 year ago

I would like to use the same app.js (with my Vue setup) in Blast as in my project (with Vite), but when I add app.js to the config, it doesn't work because the type of the <script> is text/javascript instead of module.

Thomva commented 1 year ago

I have added a config option for this: #60

Thomva commented 7 months ago

Hi, I have commented on the PR and applied the requested changes