Update webpack.config.js

pull/5623/head
Maxim Evtush 1 month ago committed by Aniket
parent 888ac62918
commit 8df5225c95
  1. 2
      apps/remix-ide/webpack.config.js

@ -128,7 +128,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
}) })
) )
// souce-map loader // source-map loader
config.module.rules.push({ config.module.rules.push({
test: /\.js$/, test: /\.js$/,
use: ['source-map-loader'], use: ['source-map-loader'],

Loading…
Cancel
Save