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:
Kelly Mears
2021-11-21 21:53:01 -08:00
committed by GitHub
parent e533e1bd15
commit 69dfbfc65c
26 changed files with 3943 additions and 5588 deletions

View File

@@ -41,7 +41,7 @@ return [
|
*/
'debug' => WP_DEBUG,
'debug' => WP_DEBUG && WP_DEBUG_DISPLAY,
/*
|--------------------------------------------------------------------------
@@ -56,19 +56,6 @@ return [
'timezone' => get_option('timezone_string', 'UTC'),
/*
|--------------------------------------------------------------------------
| Global Helpers
|--------------------------------------------------------------------------
|
| This value enables the usage of various Acorn helpers without the need
| to specify a namespace. This defaults to false as to not pollute the
| global namespace.
|
*/
'globals' => false,
/*
|--------------------------------------------------------------------------
| Application Locale Configuration