1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-29 00:58:00 +02:00
blog/babel.config.js

4 lines
84 B
JavaScript
Raw Normal View History

2020-05-08 14:10:36 +02:00
module.exports = {
presets: ['babel-preset-gatsby', '@babel/preset-typescript']
}