From 6b2ba96de9bfcc3b2661ed1c0685f772bfff5a6e Mon Sep 17 00:00:00 2001 From: Devkuni <155117116+detrina@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:48:08 +0100 Subject: [PATCH] Update webpack.config.js --- apps/solhint/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/solhint/webpack.config.js b/apps/solhint/webpack.config.js index a52cc43bf1..2dfb56657c 100644 --- a/apps/solhint/webpack.config.js +++ b/apps/solhint/webpack.config.js @@ -30,7 +30,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => { }) ) - // souce-map loader + // source-map loader config.module.rules.push({ test: /\.js$/, use: ['source-map-loader'],