From 353ad33a996c491e3c4afa0900d7b27b2329d39f Mon Sep 17 00:00:00 2001 From: cha0s Date: Thu, 17 Dec 2020 00:18:46 -0600 Subject: [PATCH] chore: source maps --- app/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/webpack.config.js b/app/webpack.config.js index be68fec..d7ff627 100644 --- a/app/webpack.config.js +++ b/app/webpack.config.js @@ -1,3 +1,4 @@ +require('source-map-support/register'); // Whilst the configuration object can be modified here, the recommended way of making // changes is via the presets' options or Neutrino's API in `.neutrinorc.js` instead. // Neutrino's inspect feature can be used to view/export the generated configuration.