const path = require('path'); module.exports = { entry: './build/rechner.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'rechner.js', }, };