From 34ea233f51474eee0d62f5b130e96bdf24bbb344 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:04:42 +0100 Subject: [PATCH] Update webpack.config.js --- apps/quick-dapp/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/quick-dapp/webpack.config.js b/apps/quick-dapp/webpack.config.js index 4db6b9fc00..5831ed0a23 100644 --- a/apps/quick-dapp/webpack.config.js +++ b/apps/quick-dapp/webpack.config.js @@ -54,7 +54,7 @@ module.exports = composePlugins(withNx(), (config) => { }) ) - // souce-map loader + // source-map loader config.module.rules.push({ test: /\.js$/, use: ['source-map-loader'],