From 5e0ca9cdc93d3e7bff1eb5e614c047be3a433a32 Mon Sep 17 00:00:00 2001 From: Ryan Scherler Date: Sun, 14 Feb 2021 13:43:34 -0800 Subject: [PATCH] Manifest is BACCCCK --- dist/mix-manifest.json | 4 ++++ webpack.mix.js | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 dist/mix-manifest.json diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json new file mode 100644 index 0000000000..e047423015 --- /dev/null +++ b/dist/mix-manifest.json @@ -0,0 +1,4 @@ +{ + "/js/filament.js": "/js/filament.js?id=4782dc312d22e36a18eb", + "/css/filament.css": "/css/filament.css?id=a004fef53fd60c9b4d29" +} diff --git a/webpack.mix.js b/webpack.mix.js index cd6c579262..d10a02fa40 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -56,9 +56,3 @@ if (mix.inProduction()) { */ mix.version() } - -/** - * - * Disable mix-manifest.json - */ -Mix.manifest.refresh = (_) => void 0