Skip to content

Commit 1677815

Browse files
authored
Merge pull request webpack#4150 from timse/remove-jam-leftover
remove leftovers of jam already removed in 4c7c929
2 parents 9e644ac + 18e9620 commit 1677815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function processOptions(options) {
266266
});
267267

268268
if(!outputOptions.exclude)
269-
outputOptions.exclude = ["node_modules", "bower_components", "jam", "components"];
269+
outputOptions.exclude = ["node_modules", "bower_components", "components"];
270270

271271
if(argv["display-modules"]) {
272272
outputOptions.maxModules = Infinity;

0 commit comments

Comments
 (0)