Replace Laravel Mix with Bud (#2643)
Co-authored-by: QWp6t <hi@qwp6t.me> Co-authored-by: Ben Word <ben@benword.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use function Roots\public_path;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
@@ -36,7 +34,8 @@ return [
|
||||
'theme' => [
|
||||
'path' => get_theme_file_path('public'),
|
||||
'url' => get_theme_file_uri('public'),
|
||||
'assets' => public_path('mix-manifest.json'),
|
||||
'assets' => public_path('manifest.json'),
|
||||
'bundles' => public_path('entrypoints.json'),
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user