mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
chore: use official sqlite-wasm
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user