mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
module.exports = {
|
|
presets: ['next/babel'],
|
|
plugins: ['import-glob-array']
|
|
}
|