1 2 3 4 5 6 7 8 9
const path = require("path"); module.exports = { entry: "./src/pkg93.js", output: { filename: "pkg93.js", path: path.resolve(__dirname, "dist") } };