updated production frontend error

This commit is contained in:
Jack Goh
2018-07-18 22:20:49 +08:00
parent 403d250869
commit b0071d1000
+1 -1
View File
@@ -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>