Update webpack.config.js

pull/5623/head
Maxim Evtush 3 weeks ago committed by Aniket
parent 34ea233f51
commit 505d76204d
  1. 2
      apps/remix-dapp/webpack.config.js

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

Loading…
Cancel
Save