Update webpack.config.js

pull/5623/head
Maxim Evtush 3 weeks ago committed by Aniket
parent 719e6f353b
commit fa01b54256
  1. 2
      apps/circuit-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