1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00
mdx-deck/babel.config.js

4 lines
50 B
JavaScript
Raw Normal View History

2019-02-15 22:11:34 +03:00
module.exports = {
presets: ['env', 'react'],
}