Mălin Brândușe
Mălin Brândușe
@go4cas You can map the pivot table as you would with any model: `Employee` model: ```js static fields () { return { id: this.increment(), name: this.string(''), apps: this.belongsToMany(App, EmployeeApp, 'employeeId',...
Same for me...
@DmitriyKurto thanks man, though I ended up using this instead: https://github.com/Kocal/vue-web-extension
~~Please merge this! Indeed it doesn't work on Laravel v8~~ @Olegkravec It works in Laravel v8, my issue was having moved my models to the App\Models which meant the db...
@nelson6e65 my solution for that was to downgrade the `[email protected]` ... man this whole webpack v5 upgrade is a mess across all packages.
@farmerau Very good points! If you have the time for sure, do a PR. Thanks for the interest. I haven't had a look at this project in a while and...
@alexkoepke Pretty much, been working with Vue and thus having HMR is much faster and more convenient/easier to setup.
@Va1 It's fine, I think I'll do it, just wrote it down as an issue so we won't forget 😁 About unit testing, I've seen some other plugins do tests,...
Hey @Daweo93 If indeed html files are emitted while saving sass, something off. could you share more details? your configs, workflow, what you're building etc.
@ilbrigz this issue has been fixed in the latest version. Let me know if you get the same behaviour after updating