Don't print DynamicCdnWebpackPlugin logs

• set verbose: `false`
• add comment
This commit is contained in:
Elisha Nuchi
2020-05-12 01:36:34 -04:00
committed by GitHub
parent c3802d3afd
commit 482e608305
+2 -1
View File
@@ -115,7 +115,8 @@ const clientConfigs = clientEntrypoints.map(clientEntrypoint => {
new HtmlWebpackInlineSourcePlugin(),
new WebpackCleanPlugin([path.join(destination, 'main.js')]),
new DynamicCdnWebpackPlugin({
verbose: true,
// set "verbose" to true to print console logs on CDN usage while webpack builds
verbose: false,
resolver: (packageName, packageVersion, options) => {
const moduleDetails = moduleToCdn(
packageName,