diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-07-17 22:05:25 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-07-17 22:05:25 +0200 |
commit | 7dbed4dab93d3eaf79b7e7e4a61f52782909d1ae (patch) | |
tree | 7a235fc9422d71f56993b4682b06439310f21f65 /config/webpack | |
parent | 1fb78602c56b7bf52dcf383fea7a4c45ce568655 (diff) | |
parent | 6277a6db2a70b798aed71ff7e722d23b975182cd (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'config/webpack')
-rw-r--r-- | config/webpack/production.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack/production.js b/config/webpack/production.js index 58c7fa69a..4966807a1 100644 --- a/config/webpack/production.js +++ b/config/webpack/production.js @@ -8,7 +8,7 @@ const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPl const OfflinePlugin = require('offline-plugin'); const { publicPath } = require('./configuration.js'); const path = require('path'); -const { URL } = require('whatwg-url'); +const { URL } = require('url'); let compressionAlgorithm; try { |