From b0fe94b02523e62d18f2736a2dce981026ce308c Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Tue, 11 Jan 2022 10:53:07 +0100 Subject: [PATCH] #9 - fix --- webpack.mix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.mix.js b/webpack.mix.js index a2cb30f..04124cb 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -8,3 +8,4 @@ mix.js("resources/js/app.js", "public/js") ]) .webpackConfig(webpackConfig) .sourceMaps(); +