2 const path = require('path');
6 devtool: "inline-source-map",
8 main: "./src/public/app/game.ts",
11 path: path.resolve(__dirname, './src/public'),
12 filename: "bundle.js" // <--- Will be compiled to this single file
15 extensions: [".ts", ".tsx", ".js"],