diff --git a/webpack.common.js b/webpack.common.js index e571fe3e35..9ac83db382 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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'),