You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
mix.js('resources/assets/js/app.js','public/js').vue()mix.webpackConfig({resolve: {// until mix issue is solvedalias: {// get arround errors like // 'window.Vue.use is not a function' or 'Vue is not a constructor'vue: 'vue/dist/vue.js'}},plugins: [// fix ReferenceError: Buffer/process is not definednewwebpack.ProvidePlugin({process : 'process/browser',Buffer : ['buffer','Buffer']})]})