Vinh Nguyen

Results 1 comments of Vinh Nguyen

Hi @jbroma , here is my babel.config.js ``` const fs = require("fs"); const path = require("path"); function getDynamicAliases(srcPath) { const folders = fs .readdirSync(srcPath, { withFileTypes: true }) .filter((dirent) =>...