Add Proxy polyfill

This commit is contained in:
Dmitry Lyzo
2025-05-28 21:36:56 +03:00
parent 6eee5c649e
commit eb125b5666
4 changed files with 15 additions and 0 deletions

View File

@@ -229,6 +229,7 @@ const config = {
path.resolve(__dirname, 'node_modules/markdown-it'),
path.resolve(__dirname, 'node_modules/material-react-table'),
path.resolve(__dirname, 'node_modules/mdurl'),
path.resolve(__dirname, 'node_modules/proxy-polyfill'),
path.resolve(__dirname, 'node_modules/punycode'),
path.resolve(__dirname, 'node_modules/react-blurhash'),
path.resolve(__dirname, 'node_modules/react-lazy-load-image-component'),