Fix chunk names

This commit is contained in:
Bill Thornton
2022-10-27 01:13:29 -04:00
parent 239bbfbbf1
commit 5d39f23083
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ const Direction = {
const url = filtered[0].path;
import(`../strings/${url}`).then((fileContent) => {
import(/* webpackChunkName: "[request]" */ `../strings/${url}`).then((fileContent) => {
resolve(fileContent);
}).catch(() => {
resolve({});