Update webpack.config.js

pull/5573/head
Marson Kotovi4 1 month ago committed by Aniket
parent 700c068f89
commit 3f319dc87b
  1. 2
      apps/debugger/webpack.config.js

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