Skip to content

Commit 00fde0c

Browse files
committed
docs(soba): fix storybook
1 parent 459fd1b commit 00fde0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libs/soba/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"port": 4400,
3636
"compodoc": false,
3737
"configDir": "libs/soba/.storybook",
38-
"browserTarget": "soba:build:development"
38+
"browserTarget": "soba:build:development",
39+
"experimentalZoneless": true
3940
}
4041
},
4142
"build-storybook": {
@@ -45,7 +46,8 @@
4546
"compodoc": false,
4647
"configDir": "libs/soba/.storybook",
4748
"outputDir": "dist/storybook/soba",
48-
"browserTarget": "soba:build:production"
49+
"browserTarget": "soba:build:production",
50+
"experimentalZoneless": true
4951
},
5052
"configurations": {
5153
"ci": {

0 commit comments

Comments
 (0)