Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevtush authored and Aniket-Engg committed Jan 10, 2025
1 parent 888ac62 commit 8df5225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
})
)

// souce-map loader
// source-map loader
config.module.rules.push({
test: /\.js$/,
use: ['source-map-loader'],
Expand Down

0 comments on commit 8df5225

Please sign in to comment.