diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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: [ |