Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[UTCORE-121]
  • Loading branch information
Kalin Krustev committed Jun 23, 2021
1 parent 9b79205 commit dd9f0f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ module.exports = ({
}]
},
publicPath,
devServer: {proxy}
devServer: {proxy},
babel: {
presets: [[
'@babel/preset-env',
{include: ['@babel/plugin-proposal-optional-chaining']}
]]
}
})
);
const devextreme = neutrino.config.module
Expand Down

0 comments on commit dd9f0f9

Please sign in to comment.