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

Commit 1074d0e

Browse files
committed
chore: update examples
1 parent cd1001c commit 1074d0e

File tree

5 files changed

+1
-37
lines changed

5 files changed

+1
-37
lines changed

examples/42-wasm/aleph.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import css from '../../plugins/css.ts'
21
import sass from '../../plugins/sass.ts'
32
import wasm from '../../plugins/wasm.ts'
43
import type { Config } from '../../types.ts'
54

65
export default (): Config => ({
7-
plugins: [css(), sass(), wasm()]
6+
plugins: [sass(), wasm()]
87
})
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
import css from '../../plugins/css.ts'
21
import markdown from '../../plugins/markdown.ts'
32
import type { Config } from '../../types.ts'
43

54
export default (): Config => ({
65
plugins: [
7-
css({
8-
postcss: { plugins: ['autoprefixer'] }
9-
}),
106
markdown(),
117
]
128
})

examples/hello-world-spa/aleph.config.ts

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

examples/hello-world-src-dir/aleph.config.ts

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

examples/hello-world/aleph.config.ts

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

0 commit comments

Comments
 (0)