conedevelopment / bazar

Bazar is an e-commerce package for Laravel applications.
https://root.conedevelopment.com
MIT License
421 stars 56 forks source link

Cannot recompile scripts/css for custom vue pages #183

Closed bobitza closed 2 years ago

bobitza commented 2 years ago

Description:

I cannot recompile the webpack with the scripts, to update the .vue files i changed in \resources\js\vendor\bazar\Pages\Products\Create.vue

Steps To Reproduce:

only this i have in webpack


const mix = require('laravel-mix');

/*
 |--------------------------------------------------------------------------
 | Mix Asset Management
 |--------------------------------------------------------------------------
 |
 | Mix provides a clean, fluent API for defining some Webpack build steps
 | for your Laravel applications. By default, we are compiling the CSS
 | file for the application as well as bundling up all the JS files.
 |
 */
iamgergo commented 2 years ago

Have you tried the artisan bazar:publish --packages --mix command?