const path = require("path"); // NodeJS builtin. module.exports = { outputPath: path.resolve(__dirname, "../", "dist") };