clean webpack.config.js
This commit is contained in:
@@ -77,8 +77,6 @@ const appsscriptConfig = {
|
|||||||
|
|
||||||
const clientConfig = {
|
const clientConfig = {
|
||||||
...sharedConfigSettings,
|
...sharedConfigSettings,
|
||||||
// name: "CLIENT",
|
|
||||||
// entry: "./src/client/index.jsx",
|
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, destination),
|
path: path.resolve(__dirname, destination),
|
||||||
},
|
},
|
||||||
@@ -101,10 +99,6 @@ const clientConfig = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// plugins: [
|
|
||||||
// htmlWebpackInlineSourcePlugin,
|
|
||||||
// webpackCleanPlugin,
|
|
||||||
// ]
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const clientConfigs = clientEntrypoints.map((clientEntrypoint) => {
|
const clientConfigs = clientEntrypoints.map((clientEntrypoint) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user