consul/website/babel.config.js
Jeff Escalante 93bc85dc4f
initial
2020-04-28 12:52:43 -04:00

5 lines
82 B
JavaScript

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