From 8f1a4d3e88a413a5ce50751d0d34a13c7da29a5b Mon Sep 17 00:00:00 2001 From: shibafu Date: Thu, 6 Aug 2020 01:26:11 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=93=E3=82=8C=E3=81=A7=E3=81=84=E3=81=91?= =?UTF-8?q?=E3=82=8B=E3=81=98=E3=82=83=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.mix.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webpack.mix.js b/webpack.mix.js index 1baf0c4..3e1a6dd 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -39,7 +39,5 @@ if (process.argv.includes('-a')) { } if (!mix.inProduction()) { - mix.webpackConfig({ - devtool: 'source-map', - }); + mix.sourceMaps(); }