forked from FoundKeyGang/FoundKey
Fix 'URL is not defined' in MFM (#2782)
This commit is contained in:
parent
77b441f14c
commit
d5818214f3
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
const parse5 = require('parse5');
|
||||
import { URL } from 'url';
|
||||
|
||||
export default function(html: string): string {
|
||||
if (html == null) return null;
|
||||
|
|
Loading…
Reference in a new issue