Update webpack.config.js

pull/5566/head
Devkuni 1 month ago committed by Aniket
parent d2b95150d8
commit 6b2ba96de9
  1. 2
      apps/solhint/webpack.config.js

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