single entrypoint for Webpack
This commit is contained in:
parent
5058318454
commit
8f0f16a551
7 changed files with 62 additions and 52 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue