Skip to content

Commit

Permalink
fix(webpack): fix webpack configuration according to previous deps up…
Browse files Browse the repository at this point in the history
…date: add url polyfill
  • Loading branch information
FlorentinTh committed Jan 13, 2022
1 parent bb7f3e0 commit e5f5159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ module.exports = {
fallback: {
util: require.resolve('util/'),
http: require.resolve('stream-http'),
https: require.resolve('https-browserify')
https: require.resolve('https-browserify'),
url: require.resolve('url')
}
}
};

0 comments on commit e5f5159

Please sign in to comment.