From 6254c4b0406e4e6e85820abd66917f8ba806b5b3 Mon Sep 17 00:00:00 2001 From: lightszentip Date: Sun, 9 Jan 2022 01:06:20 +0100 Subject: [PATCH] fix webpack.js --- webpack.mix.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.mix.js b/webpack.mix.js index 91637e4..5ba7db0 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -17,6 +17,4 @@ mix.js('resources/js/app.js', 'public/js') //.webpackConfig(require('./webpack.config')); if (mix.inProduction()) { - mix.version(); - mix.minify(); }