From 9f29f3b5d4d12720c6f4138d4f0f65ee1adbc812 Mon Sep 17 00:00:00 2001 From: Donghyun Hwang Date: Thu, 10 Oct 2024 01:05:10 +0900 Subject: [PATCH] chore: add ref comment --- src/utils/iconLoader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/iconLoader.js b/src/utils/iconLoader.js index 8d0a73c2..f939a70b 100644 --- a/src/utils/iconLoader.js +++ b/src/utils/iconLoader.js @@ -1,7 +1,7 @@ /** * load all icons from the pixel-icon-library * require.context has issue that use dynamic path, so separate the function - * + * ref: https://github.com/webpack/webpack/issues/9300 */ const loadRegularSvgIcons = () => {