From b8ccc7c990a1542cf80578b41972f9a5b0870af9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 30 Nov 2017 04:07:36 +0100 Subject: partial implementation of tipping --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index af586dc53..b4d1b9079 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -78,6 +78,7 @@ module.exports = function (env) { "return-coins": "./src/webex/pages/return-coins.tsx", "refund": "./src/webex/pages/refund.tsx", "show-db": "./src/webex/pages/show-db.ts", + "tip": "./src/webex/pages/tip.tsx", "tree": "./src/webex/pages/tree.tsx", }, plugins: [ -- cgit v1.2.3