File tree 1 file changed +1
-6
lines changed 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,6 @@ const SHOULD_FORK_TS = DEV_MODE && !env.NO_TS_FORK; // Do not run fork-ts plugin
72
72
const SHOULD_HOT_MODULE_RELOAD = DEV_MODE && ! ! env . SENTRY_UI_HOT_RELOAD ;
73
73
const SHOULD_ADD_RSDOCTOR = Boolean ( env . RSDOCTOR ) ;
74
74
75
- // Storybook related flag configuration
76
- const STORYBOOK_TYPES = Boolean ( env . STORYBOOK_TYPES ) || IS_PRODUCTION ;
77
-
78
75
// Deploy previews are built using vercel. We can check if we're in vercel's
79
76
// build process by checking the existence of the PULL_REQUEST env var.
80
77
const DEPLOY_PREVIEW_CONFIG = IS_DEPLOY_PREVIEW && {
@@ -382,9 +379,7 @@ const appConfig: Configuration = {
382
379
383
380
resolveLoader : {
384
381
alias : {
385
- 'type-loader' : STORYBOOK_TYPES
386
- ? path . resolve ( __dirname , 'static/app/stories/type-loader.ts' )
387
- : path . resolve ( __dirname , 'static/app/stories/noop-type-loader.ts' ) ,
382
+ 'type-loader' : path . resolve ( __dirname , 'static/app/stories/type-loader.ts' ) ,
388
383
} ,
389
384
} ,
390
385
You can’t perform that action at this time.
0 commit comments