Move babel config to mix configuration
This commit is contained in:
parent
6419ed3a89
commit
36fef80b9e
|
@ -30,5 +30,8 @@ mix.js('resources/js/app.js', 'public/js')
|
|||
},
|
||||
},
|
||||
})
|
||||
.babelConfig({
|
||||
plugins: ['@babel/plugin-syntax-dynamic-import'],
|
||||
})
|
||||
.version()
|
||||
.sourceMaps()
|
||||
|
|
Loading…
Reference in New Issue