upgrade tailwind version and laravel-mix

This commit is contained in:
Mohit Panjwani
2021-01-06 14:18:41 +05:30
parent 607b1795bb
commit ed978d0174
10 changed files with 5880 additions and 5216 deletions

View File

@ -3,6 +3,7 @@
* include Vue and Vue Resource. This gives a great starting point for
* building robust, powerful web applications using Vue and Laravel.
*/
import Vue from 'vue'
import router from './router.js'
import store from './store/index'
import utils from './helpers/utilities'
@ -11,7 +12,7 @@ import swal from 'sweetalert'
require('./bootstrap')
window.Vue.prototype.$utils = utils
Vue.prototype.$utils = utils
/**
* Next, we will create a fresh Vue application instance and attach it to