Use URL polyfill (#7664)
This commit is contained in:
committed by
Eugen Rochko
parent
8bb74e50be
commit
13b60e6a14
@ -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 {
|
||||
|
Reference in New Issue
Block a user