diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-08-14 04:16:12 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-08-14 04:16:12 +0200 |
commit | d5bba630a35fff72b11273fb5e62c2208f9e1f5b (patch) | |
tree | 3397a580d663161be1ba7c46df368ac10d566cdc /webpack.config.js | |
parent | 419a05e801da688a1d0917a6bf16d468e6362a3d (diff) |
implement returning coins to user's account
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js index 34342748b..d2210b092 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -69,11 +69,12 @@ module.exports = function (env) { "confirm-create-reserve": "./src/webex/pages/confirm-create-reserve.tsx", "error": "./src/webex/pages/error.tsx", "logs": "./src/webex/pages/logs.tsx", + "payback": "./src/webex/pages/payback.tsx", "popup": "./src/webex/pages/popup.tsx", + "reset-required": "./src/webex/pages/reset-required.tsx", + "return-coins": "./src/webex/pages/return-coins.tsx", "show-db": "./src/webex/pages/show-db.ts", "tree": "./src/webex/pages/tree.tsx", - "payback": "./src/webex/pages/payback.tsx", - "reset-required": "./src/webex/pages/reset-required.tsx", }, plugins: [ new webpack.optimize.CommonsChunkPlugin({ |