Update webpack.config.js

pull/5623/head
Maxim Evtush 3 weeks ago committed by Aniket
parent 481c19d0de
commit b389173c72
  1. 2
      apps/learneth/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