We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1e1ab commit afbf2a2Copy full SHA for afbf2a2
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: DEVELOPMENT_BUILD ? true : false,
+ transpileOnly: true,
97
compilerOptions: {
98
// Create a unique output format to avoid collisions
99
module: 'esnext',
0 commit comments