Skip to content

Commit 3148449

Browse files
authored
Merge pull request webpack#4 from webpack-china/cn
merge from webpack-china/cn
2 parents cb8ecf7 + 2ffb40b commit 3148449

File tree

104 files changed

+1407
-4302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1407
-4302
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node_modules
22
npm-debug.log
33
build
4-
# generated
4+
generated
55
.antwar
66
.idea

antwar.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ function combineContexts(context1, context2) {
239239
}
240240
}
241241
webpackContext.keys = () => {
242+
"use strict";
243+
242244
let keys1 = context1.keys();
243245
let keys2 = context2.keys();
244246
return _.chain(keys1).concat(keys2).sortBy().uniq().value();

0 commit comments

Comments
 (0)