From 67c5b0c97b072777b24a7c913cdca8e10e4819d4 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Thu, 19 Jul 2018 09:47:09 +0800 Subject: [PATCH] fix webpackjson not found --- resources/views/index.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index f5a3f715..4e649206 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -41,6 +41,7 @@ $polyfills = [ {{-- Load the application scripts --}} + {{ env('APP_ENV') }} @if (env('APP_ENV') != 'production' || env('APP_ENV') != 'staging') @else