diff --git a/apps/solhint/webpack.config.js b/apps/solhint/webpack.config.js index a52cc43bf1..2dfb56657c 100644 --- a/apps/solhint/webpack.config.js +++ b/apps/solhint/webpack.config.js @@ -30,7 +30,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => { }) ) - // souce-map loader + // source-map loader config.module.rules.push({ test: /\.js$/, use: ['source-map-loader'],