Files
Packer-Cn/website/babel.config.js
T
Jonathan NealandAdrien Delorme d8b67f8520 📌 Hard Pin Website Dependencies (#9543)
* 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 <[email protected]>
2020-07-13 12:33:16 +02:00

5 lines
82 B
JavaScript

module.exports = {
presets: ['next/babel'],
plugins: ['import-glob-array'],
}