chore: use official sqlite-wasm

This commit is contained in:
Tienson Qin
2025-03-11 13:37:42 +08:00
parent e36543256f
commit 0ecf65aefb
9 changed files with 15 additions and 26 deletions

View File

@@ -9,9 +9,9 @@ module.exports = {
},
output: {
path: path.resolve(__dirname, 'static/js/libs'),
path: path.resolve(__dirname, 'static/js'),
filename: '[name]-bundle.js',
clean: true,
clean: false,
chunkLoading: false,
},
module: {