Skip to content

Commit

Permalink
added rnv addition marker
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Mar 8, 2024
1 parent d05a5d4 commit 078a7b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk-webpack/src/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ module.exports = function (webpackEnv) {
options: {
// customize: require.resolve('babel-preset-react-app/webpack-overrides'),
presets: [
// RNV-ADDITION
[
'@babel/preset-env',
{
Expand All @@ -399,6 +400,7 @@ module.exports = function (webpackEnv) {
loose: true,
},
],
// RNV-ADDITION
[
'@babel/preset-react',
{
Expand Down

0 comments on commit 078a7b9

Please sign in to comment.