Files
Packer-Cn/website/babel.config.js
T
2020-04-07 17:50:46 -04:00

5 lines
81 B
JavaScript

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