Skip to content

Commit

Permalink
[dev-tools] add react support to dev bundle (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Oct 6, 2023
1 parent 20eb089 commit 4448693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dev-tools/src/configuration/esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default async function getBundleConfig(opts) {
babelConfig = {
filter: /src|bundle/,
config: {
presets: ['@babel/preset-typescript']
presets: ['@babel/preset-typescript', '@babel/preset-react']
}
};
} else {
Expand Down

0 comments on commit 4448693

Please sign in to comment.