mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 18:04:11 -05:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
module.exports = {
|
|
presets: ['next/babel'],
|
|
plugins: ['import-glob-array']
|
|
}
|