mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-25 15:24:21 +00:00
updated production frontend error
This commit is contained in:
@@ -41,7 +41,7 @@ $polyfills = [
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features={{ implode(',', $polyfills) }}"></script>
|
||||
|
||||
{{-- Load the application scripts --}}
|
||||
@if (env('APP_ENV') == 'production' || env('APP_ENV') == 'staging')
|
||||
@if (env('APP_ENV') != 'production' || env('APP_ENV') != 'staging')
|
||||
<script src="{{ mix('js/app.js') }}"></script>
|
||||
@else
|
||||
<script src="{{ mix('js/manifest.js') }}"></script>
|
||||
|
||||
Reference in New Issue
Block a user