From 7e65e0b2bbe03c2aa8dcc9de5c171594527ce316 Mon Sep 17 00:00:00 2001 From: Elisha Nuchi Date: Tue, 16 Jul 2019 23:38:00 -0400 Subject: [PATCH] clean webpack.config.js --- webpack.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 4a3b3f5..dcae709 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -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) => {