docs: Typo corrected Update webpack.config.js

pull/5599/head
witty 1 month ago committed by Aniket
parent 58d8308fd9
commit 4dd3f34a34
  1. 2
      apps/doc-viewer/webpack.config.js

@ -28,7 +28,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
new webpack.DefinePlugin({})
)
// souce-map loader
// source-map loader
config.module.rules.push({
test: /\.js$/,
use: ['source-map-loader'],

Loading…
Cancel
Save