Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React: Support JSX react transform introduced in 16.14.0 #12899

Merged
merged 9 commits into from
Oct 26, 2020
Prev Previous commit
Next Next commit
cleanup semver import
tooppaaa committed Oct 25, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ab0d35b0117ce78a166e6cc3df512eabc244d1f9
1 change: 0 additions & 1 deletion app/react/src/server/framework-preset-react.ts
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ import { TransformOptions } from '@babel/core';
import ReactRefreshWebpackPlugin from '@pmmmwh/react-refresh-webpack-plugin';
import type { Configuration } from 'webpack';

import semver from '@storybook/semver';
import { logger } from '@storybook/node-logger';
import type { StorybookOptions } from '@storybook/core/types';