From 625e7b1318dcaf050a591abd3990c2220fa991c1 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Wed, 17 Jan 2024 12:34:48 +0300 Subject: [PATCH] Fix ES compatibility --- webpack.common.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.common.js b/webpack.common.js index 1392c5fb1f..dd85d03183 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -196,7 +196,9 @@ const config = { path.resolve(__dirname, 'node_modules/flv.js'), path.resolve(__dirname, 'node_modules/is-what'), path.resolve(__dirname, 'node_modules/libarchive.js'), + path.resolve(__dirname, 'node_modules/linkify-it'), path.resolve(__dirname, 'node_modules/markdown-it'), + path.resolve(__dirname, 'node_modules/mdurl'), path.resolve(__dirname, 'node_modules/punycode'), path.resolve(__dirname, 'node_modules/react-router'), path.resolve(__dirname, 'node_modules/screenfull'),