const config = require("./esbuild.config.js") config.options.sourcemap = "inline" config.options.minify = false module.exports = config