Update webpack.config.js

pull/5623/head
Maxim Evtush 3 weeks ago committed by Aniket
parent b389173c72
commit 02b15db6f8
  1. 2
      apps/noir-compiler/webpack.config.js

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