File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44 <meta charset =" utf-8" >
55 <meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
66 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
7-
7+ < base href = " / " />
88 <!-- CSRF Token -->
99 <meta name =" csrf-token" content =" {{ csrf_token () } }" >
1010
Original file line number Diff line number Diff line change @@ -12,13 +12,16 @@ const path = require('path')
1212 */
1313
1414mix . webpackConfig ( {
15+ output : {
16+ chunkFilename : 'js/chunks/[name].js'
17+ } ,
1518 resolve : {
1619 alias : {
1720 '@' : path . resolve ( __dirname , 'resources/assets/js' ) ,
1821 'public' : path . resolve ( __dirname , 'public' ) ,
1922 'node' : path . resolve ( __dirname , 'node' ) ,
20- }
21- }
23+ } ,
24+ } ,
2225} )
2326
2427mix . react ( 'resources/assets/js/app.js' , 'public/js' )
You can’t perform that action at this time.
0 commit comments