Skip to content

Commit eacb761

Browse files
committed
wasm
1 parent 56ba4b0 commit eacb761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
import { parse } from 'diffhtml-rust-parser';
1+
//import { parse } from 'diffhtml-rust-parser';
22

33
export default {
44
env: {
55
normal: {
66
plugins: [['module:./dist/es/index.js', { createTree: 'html' }]]
77
},
8-
8+
/*
99
wasm: {
1010
plugins: [
1111
['module:./dist/es/index.js', {
1212
createTree: 'html',
1313
parse,
1414
}]
1515
]
16-
}
16+
}*/
1717
},
1818
};

0 commit comments

Comments
 (0)