laravel-vue-cli-3
laravel-vue-cli-3 copied to clipboard
Fix directory cleanup on build
- The
rmcommand accepts multiple arguments, and most terminal emulators don't support multiple matching between curly brackets. - The
index.blade.phpfile must be regenerated each time the app builds, this ensures that we are not trying to use old code on the PWA.