From 888ac629180c0e93a7e81e190804f858a6ef1e48 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:05:34 +0100 Subject: [PATCH] Update webpack.config.js --- apps/remix-ide-e2e/src/local-plugin/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/local-plugin/webpack.config.js b/apps/remix-ide-e2e/src/local-plugin/webpack.config.js index 25932a1054..7e7efb4a60 100644 --- a/apps/remix-ide-e2e/src/local-plugin/webpack.config.js +++ b/apps/remix-ide-e2e/src/local-plugin/webpack.config.js @@ -8,7 +8,7 @@ module.exports = composePlugins(withNx(), (config) => { // add public path config.output.publicPath = '/' - // souce-map loader + // source-map loader config.module.rules.push({ test: /\.js$/, use: ["source-map-loader"],