diff options
author | 2020-11-18 23:15:38 +0100 | |
---|---|---|
committer | 2020-11-18 23:15:38 +0100 | |
commit | 1870f3fdf43707a15fda0f609a021f516f45eb63 (patch) | |
tree | fbaf527a47cd89a171df18da4b41e8ce34668555 /webpack.config.js | |
parent | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (diff) | |
download | website_creator-1870f3fdf43707a15fda0f609a021f516f45eb63.tar.gz website_creator-1870f3fdf43707a15fda0f609a021f516f45eb63.tar.bz2 website_creator-1870f3fdf43707a15fda0f609a021f516f45eb63.zip |
finish auth routes, create cookie token, fix folder structure, add context to FE
Diffstat (limited to 'webpack.config.js')
-rwxr-xr-x | webpack.config.js | 7 |
1 files changed, 0 insertions, 7 deletions
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) }, |