Skip to content

Commit fb8c271

Browse files
committed
Merge branch 'fix-options' into 7.0
# Conflicts: # test/loader.test.js
2 parents 1ed7ff5 + 05a31c5 commit fb8c271

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-loader",
3-
"version": "7.0.0-alpha.2",
3+
"version": "7.0.0-alpha.3",
44
"description": "babel module loader for webpack",
55
"files": [
66
"lib"

test/loader.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ test.cb("should not throw without config", (t) => {
254254

255255
webpack(config, (err, stats) => {
256256
t.is(err, null);
257+
257258
t.true(stats.compilation.errors.length === 0);
259+
258260
t.end();
259261
});
260262
});

0 commit comments

Comments
 (0)