single entrypoint for Webpack

This commit is contained in:
alecmerdler 2017-01-19 14:54:00 -08:00
parent 5058318454
commit 8f0f16a551
7 changed files with 62 additions and 52 deletions

View file

@ -2,7 +2,7 @@ var webpack = require('webpack');
var path = require("path");
var config = {
entry: ["./static/js/app.tsx", "./static/js/quay.module.ts"],
entry: "./static/js/quay.module.ts",
output: {
path: path.resolve(__dirname, "static/js/build"),
filename: "bundle.js"