From 02b15db6f8cbfa986b7d57632c42c7669c1c976c Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:04:17 +0100 Subject: [PATCH] Update webpack.config.js --- apps/noir-compiler/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/noir-compiler/webpack.config.js b/apps/noir-compiler/webpack.config.js index fecff4fa70..a4aa984df9 100644 --- a/apps/noir-compiler/webpack.config.js +++ b/apps/noir-compiler/webpack.config.js @@ -55,7 +55,7 @@ module.exports = composePlugins(withNx(), (config) => { }) ) - // souce-map loader + // source-map loader config.module.rules.push({ test: /\.js$/, use: ["source-map-loader"],