Fix es5 compatibility

This commit is contained in:
Bill Thornton
2026-05-18 10:51:41 -04:00
parent 9081b79af3
commit 54fea712c5
+2
View File
@@ -210,6 +210,7 @@ const config = {
path.resolve(__dirname, 'node_modules/@remix-run/router'),
path.resolve(__dirname, 'node_modules/@tanstack/match-sorter-utils'),
path.resolve(__dirname, 'node_modules/@tanstack/query-core'),
path.resolve(__dirname, 'node_modules/@tanstack/query-persist-client-core'),
path.resolve(__dirname, 'node_modules/@tanstack/react-query'),
path.resolve(__dirname, 'node_modules/@tanstack/react-table'),
path.resolve(__dirname, 'node_modules/@tanstack/react-virtual'),
@@ -224,6 +225,7 @@ const config = {
path.resolve(__dirname, 'node_modules/epubjs'),
path.resolve(__dirname, 'node_modules/flv.js'),
path.resolve(__dirname, 'node_modules/highlight-words'),
path.resolve(__dirname, 'node_modules/idb-keyval'),
path.resolve(__dirname, 'node_modules/libarchive.js'),
path.resolve(__dirname, 'node_modules/linkify-it'),
path.resolve(__dirname, 'node_modules/markdown-it'),