We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459fd1b commit 00fde0cCopy full SHA for 00fde0c
libs/soba/project.json
@@ -35,7 +35,8 @@
35
"port": 4400,
36
"compodoc": false,
37
"configDir": "libs/soba/.storybook",
38
- "browserTarget": "soba:build:development"
+ "browserTarget": "soba:build:development",
39
+ "experimentalZoneless": true
40
}
41
},
42
"build-storybook": {
@@ -45,7 +46,8 @@
45
46
47
48
"outputDir": "dist/storybook/soba",
- "browserTarget": "soba:build:production"
49
+ "browserTarget": "soba:build:production",
50
51
52
"configurations": {
53
"ci": {
0 commit comments