Update webpack.config.js

pull/5623/head
Maxim Evtush 4 weeks ago committed by Aniket
parent 505d76204d
commit 888ac62918
  1. 2
      apps/remix-ide-e2e/src/local-plugin/webpack.config.js

@ -8,7 +8,7 @@ module.exports = composePlugins(withNx(), (config) => {
// add public path
config.output.publicPath = '/'
// souce-map loader
// source-map loader
config.module.rules.push({
test: /\.js$/,
use: ["source-map-loader"],

Loading…
Cancel
Save