frigate/web/babel.config.js
2021-02-09 15:02:32 -08:00

5 lines
132 B
JavaScript

module.exports = {
presets: ['@babel/preset-env'],
plugins: [['@babel/plugin-transform-react-jsx', { pragma: 'preact.h' }]],
};