We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5997572 commit a7246aaCopy full SHA for a7246aa
apps/doc-viewer/webpack.config.js
@@ -28,7 +28,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
28
new webpack.DefinePlugin({})
29
)
30
31
- // souce-map loader
+ // source-map loader
32
config.module.rules.push({
33
test: /\.js$/,
34
use: ['source-map-loader'],
0 commit comments