diff --git a/public/themes/custom/hdbt_subtheme/webpack.config.js b/public/themes/custom/hdbt_subtheme/webpack.config.js index 2d294279..ab9055da 100644 --- a/public/themes/custom/hdbt_subtheme/webpack.config.js +++ b/public/themes/custom/hdbt_subtheme/webpack.config.js @@ -25,7 +25,7 @@ const Entries = () => { ]; glob.sync(pattern, {ignore: ignore}).map((item) => { - entries[path.parse(item).name] = item } + entries[path.parse(item).name] = `./${item}` } ); return entries; };