我将模板CoreUI(https://github.com/coreui/coreui-free-vue-admin-template)与laravel 5.7(或5.6)一起使用。 我运行命令
npm run dev
文件错误
E:/xampp/htdocs/laravel56/resources/assets/js/admin/router/index.js 然后排
const DefaultContainer = () => import('@/containers/DefaultContainer')
错误
ERROR in ./resources/assets/js/admin/router/index.js
Module build failed: SyntaxError: E:/xampp/htdocs/laravel56/resources/assets/js/admin/router/index.js: Unexpected token (5:31)
如何解决这个问题?