Skip to content

Commit 9aeb4c9

Browse files
committed
Temporarily disable vite-plugin-rescript
See jihchi/vite-plugin-rescript#231
1 parent e71a29e commit 9aeb4c9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Install Dependencies
2626
run: yarn install --immutable
2727

28+
- name: Build ReScript
29+
run: yarn rescript build -with-deps
30+
2831
- name: Execute Tests
2932
run: yarn test run

vite.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ import rescript from '@jihchi/vite-plugin-rescript';
33

44
export default defineConfig({
55
test: {
6-
includeSource: ['src/insource.mjs'],
6+
includeSource: ['src/insource.mjs'],
77
},
88
plugins: [
9-
rescript(),
9+
// https://github.com/jihchi/vite-plugin-rescript/issues/231
10+
// rescript(),
1011
],
1112
})

0 commit comments

Comments
 (0)