Use URL polyfill (#7664)
This commit is contained in:
parent
8bb74e50be
commit
13b60e6a14
3 changed files with 22 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue