File tree Expand file tree Collapse file tree
examples/solid/search-validator-adapters Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ export default defineConfig({
1111 watch : false ,
1212 environment : 'jsdom' ,
1313 typecheck : { enabled : true } ,
14+ server : {
15+ deps : {
16+ inline : [ / @ s o l i d j s / , / @ t a n s t a c k \/ s o l i d - s t o r e / ] ,
17+ } ,
18+ } ,
1419 } ,
1520 plugins : [
1621 tailwindcss ( ) ,
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ const config = defineConfig(({ mode }) => {
1414 watch : false ,
1515 environment : 'node' ,
1616 typecheck : { enabled : true } ,
17+ server : {
18+ deps : {
19+ inline : [ / @ s o l i d j s / , / @ t a n s t a c k \/ s o l i d - s t o r e / ] ,
20+ } ,
21+ } ,
1722 } ,
1823 }
1924 }
@@ -28,6 +33,11 @@ const config = defineConfig(({ mode }) => {
2833 environment : 'jsdom' ,
2934 typecheck : { enabled : true } ,
3035 setupFiles : [ './tests/setupTests.tsx' ] ,
36+ server : {
37+ deps : {
38+ inline : [ / @ s o l i d j s / , / @ t a n s t a c k \/ s o l i d - s t o r e / ] ,
39+ } ,
40+ } ,
3141 } ,
3242 }
3343} )
You can’t perform that action at this time.
0 commit comments