Files

5 lines
82 B
JavaScript
Raw Permalink Normal View History

2020-03-18 18:46:47 -04:00
module.exports = {
presets: ['next/babel'],
2020-07-13 06:33:16 -04:00
plugins: ['import-glob-array'],
2020-03-18 18:46:47 -04:00
}