From 160ce40f82a35a5a2261e0d1847e602dd815ddec Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Tue, 11 Jan 2022 10:55:43 +0100 Subject: [PATCH] #9 - fix --- webpack.config.js | 2 +- webpack.mix.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index dd211ec..bde8163 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,4 +6,4 @@ module.exports = { '@': path.resolve('resources/js') } } -} \ No newline at end of file +} diff --git a/webpack.mix.js b/webpack.mix.js index 04124cb..a2cb30f 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -8,4 +8,3 @@ mix.js("resources/js/app.js", "public/js") ]) .webpackConfig(webpackConfig) .sourceMaps(); -