Update webpack.config.js

pull/5566/head
Devkuni 1 month ago committed by Aniket
parent cadf9e2991
commit 7bad3dd4f2
  1. 2
      apps/solidity-compiler/webpack.config.js

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

Loading…
Cancel
Save