blakeblackshear.frigate/web/babel.config.js

5 lines
125 B
JavaScript
Raw Normal View History

module.exports = {
presets: ['@babel/preset-env'],
2021-02-09 20:35:33 +01:00
plugins: [['@babel/plugin-transform-react-jsx', { pragma: 'h' }]],
};