Skip to content

Commit 0892ad7

Browse files
authored
add wasm compression to adapter-node
1 parent b6beef2 commit 0892ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-node/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function compress(directory) {
7878
return;
7979
}
8080

81-
const files = await glob('**/*.{html,js,json,css,svg,xml}', {
81+
const files = await glob('**/*.{html,js,json,css,svg,xml,wasm}', {
8282
cwd: directory,
8383
dot: true,
8484
absolute: true,

0 commit comments

Comments
 (0)