Files
frigate/web/babel.config.js
T

5 lines
125 B
JavaScript
Raw Normal View History

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