Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 0ad2ffa

Browse files
committed
Remove a console.log from GenerateBundleStarterPlugin.
1 parent 5a803bb commit 0ad2ffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: index.js

-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ exports.GenerateBundleStarterPlugin.prototype = {
8585
plugin.webpackContext = compiler.options.context;
8686

8787
compiler.plugin("emit", function (compilation, cb) {
88-
console.log(" GenerateBundleStarterPlugin: " + plugin.webpackContext);
89-
9088
compilation.assets["package.json"] = plugin.generatePackageJson();
9189
compilation.assets["starter.js"] = plugin.generateStarterModule();
9290

0 commit comments

Comments
 (0)