packer-cn/website/babel.config.js
Jeff Escalante 92d4553890
initial port
2020-04-07 17:50:46 -04:00

5 lines
81 B
JavaScript

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