clean webpack.config.js

This commit is contained in:
Elisha Nuchi
2019-07-16 23:38:00 -04:00
parent a2e2a13a63
commit 7e65e0b2bb
-6
View File
@@ -77,8 +77,6 @@ const appsscriptConfig = {
const clientConfig = {
...sharedConfigSettings,
// name: "CLIENT",
// entry: "./src/client/index.jsx",
output: {
path: path.resolve(__dirname, destination),
},
@@ -101,10 +99,6 @@ const clientConfig = {
}
],
},
// plugins: [
// htmlWebpackInlineSourcePlugin,
// webpackCleanPlugin,
// ]
};
const clientConfigs = clientEntrypoints.map((clientEntrypoint) => {