UNPKG

253 BJavaScriptView Raw
1"use strict";
2module.exports = (env) => ({
3 entry: __dirname + "/client.neweb.js",
4 output: {
5 path: __dirname + "/dist",
6 filename: "bundle." + (env === "production" ? "production" : "development") + ".neweb.js",
7 },
8});