add punycode to webpack config

This commit is contained in:
rafma0 2023-11-24 08:46:04 -03:00
parent 67aa57f67b
commit 4323bd3707

View File

@ -197,6 +197,7 @@ const config = {
path.resolve(__dirname, 'node_modules/is-what'),
path.resolve(__dirname, 'node_modules/libarchive.js'),
path.resolve(__dirname, 'node_modules/markdown-it'),
path.resolve(__dirname, 'node_modules/punycode'),
path.resolve(__dirname, 'node_modules/react-router'),
path.resolve(__dirname, 'node_modules/screenfull'),
path.resolve(__dirname, 'node_modules/ssr-window'),