sample about page

This commit is contained in:
Elisha Nuchi
2019-07-15 00:35:15 -04:00
parent 54e527f634
commit bf078de592
9 changed files with 45 additions and 825 deletions
+2 -6
View File
@@ -19,12 +19,12 @@ const webpackCleanPlugin = new WebpackCleanPlugin([
const clientEntrypoints = [
{
name: "CLIENT - main dialog",
entry: "./src/client/index.jsx",
entry: "./src/client/main.jsx",
filename: "main.html"
},
{
name: "CLIENT - about sidebar",
entry: "./src/client/index.jsx",
entry: "./src/client/about.jsx",
filename: "about.html"
},
];
@@ -123,10 +123,6 @@ const clientConfigs = clientEntrypoints.map((clientEntrypoint) => {
],
})
});
// };
// };
console.log(clientConfigs)
const serverConfig = {
...sharedConfigSettings,