fix webpackjson not found

This commit is contained in:
Jack Goh
2018-07-19 09:47:09 +08:00
parent b0071d1000
commit 67c5b0c97b
+1
View File
@@ -41,6 +41,7 @@ $polyfills = [
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features={{ implode(',', $polyfills) }}"></script>
{{-- Load the application scripts --}}
{{ env('APP_ENV') }}
@if (env('APP_ENV') != 'production' || env('APP_ENV') != 'staging')
<script src="{{ mix('js/app.js') }}"></script>
@else