Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3e16865

Browse files
author
Je
committed
chore: rename
1 parent 70f6ae3 commit 3e16865

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

examples/wasm-loader-plugin/aleph.config.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/with-plugins/aleph.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import sass from 'https://deno.land/x/aleph/plugins/sass.ts'
2+
import wasm from 'https://deno.land/x/aleph/plugins/wasm.ts'
3+
4+
export default {
5+
plugins: [sass, wasm]
6+
}

0 commit comments

Comments
 (0)