From 1870f3fdf43707a15fda0f609a021f516f45eb63 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:15:38 +0100 Subject: finish auth routes, create cookie token, fix folder structure, add context to FE --- webpack.config.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index fbfe12a..be86e59 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,11 +1,4 @@ -// const admin = require("./client/src/admin/webpack.config"); -// const admin = require("./client/src/admin/webpack.config"); -// const login = require("./survey.config"); -// module.exports = [account, survey]; - const path = require("path") -// const CopyPlugin = require('copy-webpack-plugin') -// module.exports = { module.exports = ['login', 'admin'].map(appName => ({ entry: "./client/src/" + appName + "/jsx/App.jsx", output: { filename: "out.js", path: path.resolve(__dirname, "client", appName) }, -- cgit v1.2.3