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) => {