about summary refs log tree commit diff
path: root/config/webpack
diff options
context:
space:
mode:
authorabcang <abcang1015@gmail.com>2018-07-17 22:29:33 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-07-17 15:29:33 +0200
commit3c3cf7e208576266436b311945e57e8d64faee39 (patch)
tree5d6746526a4e60ef68e824f021141c4191f888d8 /config/webpack
parent2bcdfcdee3551a81a5e23b30d3f5bc54c2dcf39e (diff)
Update supported Node.js version (#8041)
Diffstat (limited to 'config/webpack')
-rw-r--r--config/webpack/production.js2
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 {