Fix wasm paths
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ const Assets = [
|
||||
];
|
||||
|
||||
const LibarchiveWasm = [
|
||||
'libarchive.js/dist/wasm-gen/libarchive.js',
|
||||
'libarchive.js/dist/wasm-gen/libarchive.wasm'
|
||||
'libarchive.js/dist/libarchive.js',
|
||||
'libarchive.js/dist/libarchive.wasm'
|
||||
];
|
||||
|
||||
const DEV_MODE = process.env.NODE_ENV !== 'production';
|
||||
|
||||
Reference in New Issue
Block a user