We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a05da commit 7f1e1abCopy full SHA for 7f1e1ab
1 file changed
packages/storybook8/.storybook/main.ts
@@ -93,7 +93,7 @@ const storybookConfig: StorybookConfig = {
93
test: /\.(tsx?|jsx?)$/,
94
loader: 'ts-loader',
95
options: {
96
- transpileOnly: true,
+ transpileOnly: DEVELOPMENT_BUILD ? true : false,
97
compilerOptions: {
98
// Create a unique output format to avoid collisions
99
module: 'esnext',
0 commit comments