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

Commit 0655444

Browse files
author
Efe Gürkan YALAMAN
committed
3.0.0-alpha.0
1 parent 0cfeb09 commit 0655444

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-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": "parallel-webpack",
3-
"version": "3.0.0-canary.0",
3+
"version": "3.0.0-alpha.0",
44
"description": "Builds multiple webpack configurations in parallel and allows you to easily create variants to those configurations.",
55
"main": "./dist/index.js",
66
"bin": {

parallel-webpack-v3.0.0.tgz

-18.2 KB
Binary file not shown.

src/__tests__/__snapshots__/farm.spec.js.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Array [
77
Array [
88
"/path/to/cfg",
99
Object {
10+
"color": false,
1011
"env": "prod",
1112
"optimize": false,
1213
},
@@ -16,6 +17,7 @@ Array [
1617
Array [
1718
"/path/to/cfg",
1819
Object {
20+
"color": false,
1921
"env": "prod",
2022
"optimize": false,
2123
},
@@ -25,6 +27,7 @@ Array [
2527
Array [
2628
"/path/to/cfg",
2729
Object {
30+
"color": false,
2831
"env": "prod",
2932
"optimize": false,
3033
},

0 commit comments

Comments
 (0)