Update webpack.config.js

pull/5623/head
Maxim Evtush 3 weeks ago committed by Aniket
parent 02b15db6f8
commit 34ea233f51
  1. 2
      apps/quick-dapp/webpack.config.js

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