vaguerent/website/babel.config.js
2020-05-28 12:45:10 -04:00

5 lines
82 B
JavaScript

module.exports = {
presets: ['next/babel'],
plugins: ['import-glob-array'],
}