blakeblackshear.frigate/web/babel.config.js

5 lines
132 B
JavaScript
Raw Normal View History

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