Skip to content

Commit 3d20520

Browse files
committed
Basic configuration for Stackblitz
1 parent f28c811 commit 3d20520

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.stackblitzrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"startCommand": "npm start",
3+
"env": {
4+
"ENABLE_CJS_IMPORTS": true
5+
}
6+
}

0 commit comments

Comments
 (0)