created components directory with modularized components; slight refactoring of code
This commit is contained in:
+5
-2
@@ -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,
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user