0
0
Fork 0

Use URL polyfill (#7664)

This commit is contained in:
Yamagishi Kazutoshi 2018-05-29 20:33:20 +09:00 committed by Eugen Rochko
parent 8bb74e50be
commit 13b60e6a14
3 changed files with 22 additions and 3 deletions

View file

@ -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('url');
const { URL } = require('whatwg-url');
let compressionAlgorithm;
try {