From b6e774585d32017e5f1ceeeb2b2e2a5e350354d3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 28 May 2017 23:15:41 +0200 Subject: move webex specific things in their own directory --- webpack.config.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index deca2ae76..f4771793f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -39,25 +39,25 @@ module.exports = function (env) { }; const configBackground = { - entry: {"background": "./src/background/background.ts"}, + entry: {"background": "./src/webex/background.ts"}, }; const configContentScript = { - entry: {"contentScript": "./src/content_scripts/notify.ts"}, + entry: {"contentScript": "./src/webex/notify.ts"}, }; const configExtensionPages = { entry: { - "add-auditor": "./src/pages/add-auditor.tsx", - "auditors": "./src/pages/auditors.tsx", - "confirm-contract": "./src/pages/confirm-contract.tsx", - "confirm-create-reserve": "./src/pages/confirm-create-reserve.tsx", - "error": "./src/pages/error.tsx", - "logs": "./src/pages/logs.tsx", - "popup": "./src/pages/popup.tsx", - "show-db": "./src/pages/show-db.ts", - "tree": "./src/pages/tree.tsx", - "payback": "./src/pages/payback.tsx", + "add-auditor": "./src/webex/pages/add-auditor.tsx", + "auditors": "./src/webex/pages/auditors.tsx", + "confirm-contract": "./src/webex/pages/confirm-contract.tsx", + "confirm-create-reserve": "./src/webex/pages/confirm-create-reserve.tsx", + "error": "./src/webex/pages/error.tsx", + "logs": "./src/webex/pages/logs.tsx", + "popup": "./src/webex/pages/popup.tsx", + "show-db": "./src/webex/pages/show-db.ts", + "tree": "./src/webex/pages/tree.tsx", + "payback": "./src/webex/pages/payback.tsx", }, plugins: [ new webpack.optimize.CommonsChunkPlugin({ -- cgit v1.2.3