mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 11:32:04 -05:00
* Update and pin dependencies * Update NextJS Scripts * npm run lint * npm run format * docs generator: indent docs by two and make spacing better Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
module.exports = {
|
|
presets: ['next/babel'],
|
|
plugins: ['import-glob-array'],
|
|
}
|