Update webpack.config.js

pull/5623/head
Maxim Evtush 3 weeks ago committed by Aniket
parent fa01b54256
commit 6b8f5676ee
  1. 2
      apps/contract-verification/webpack.config.js

@ -56,7 +56,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