Skip to content

Commit 92180e4

Browse files
committed
Precompress wasm files
1 parent b40a231 commit 92180e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default function ({
178178
* @param {string} directory
179179
*/
180180
async function compress(directory) {
181-
const files = await glob('**/*.{html,js,json,css,svg,xml}', {
181+
const files = await glob('**/*.{html,js,json,css,svg,xml,wasm}', {
182182
cwd: directory,
183183
dot: true,
184184
absolute: true,

0 commit comments

Comments
 (0)