created components directory with modularized components; slight refactoring of code

This commit is contained in:
Yoni Slotwinere
2018-09-18 20:41:21 -04:00
parent 461c78c21e
commit bb79e32bed
10 changed files with 2066 additions and 2053 deletions
+5 -2
View File
@@ -66,7 +66,10 @@ const clientConfig = Object.assign({}, sharedConfigSettings, {
name: "CLIENT",
entry: "./src/client/index.jsx",
output: {
path: path.resolve(__dirname, destination),
path: path.resolve(__dirname, destination)
},
resolve: {
extensions: ['.js', '.jsx', '.json']
},
module: {
rules: [
@@ -119,4 +122,4 @@ module.exports = [
appsscriptConfig,
clientConfig,
serverConfig,
];
];