Skip to content

Commit a7246aa

Browse files
0xwittyAniket-Engg
authored andcommitted
docs: Typo corrected Update webpack.config.js
1 parent 5997572 commit a7246aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/doc-viewer/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
2828
new webpack.DefinePlugin({})
2929
)
3030

31-
// souce-map loader
31+
// source-map loader
3232
config.module.rules.push({
3333
test: /\.js$/,
3434
use: ['source-map-loader'],

0 commit comments

Comments
 (0)