Skip to content
Snippets Groups Projects

Import url-polyfill in the root

Merged Igor Markin requested to merge polyfill-url into master
3 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
import "url-polyfill";
export { default as HTMLNormalizer } from "./HTMLNormalizer";
export { default as PlainNormalizer } from "./PlainNormalizer";
export { EMAIL_VENDORS } from "./constants";
Loading