mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
module.exports = {
|
|
presets: ['next/babel'],
|
|
plugins: ['import-glob-array']
|
|
}
|