File tree 2 files changed +12
-15
lines changed
2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ module.exports = {
21
21
path: " path/to/output/" ,
22
22
filename: " bundle.js"
23
23
},
24
- cssnext : {
25
- features : {
26
- import : {
27
- path : [" src/assets/stylesheets" ]
28
- }
24
+ cssnext: {
25
+ features: {
26
+ customProperties: false
27
+ },
28
+ import: {
29
+ path: [" src/assets/stylesheets" ]
29
30
}
30
31
}
31
32
}
Original file line number Diff line number Diff line change @@ -10,11 +10,9 @@ tape("cssnext-loader", function(test){
10
10
path : "./test/output/" ,
11
11
filename : "bundle.js"
12
12
} ,
13
- cssnext : {
14
- features : {
15
- import : {
16
- path : [ "test/fixtures/" ]
17
- }
13
+ cssnext : {
14
+ import : {
15
+ path : [ "test/fixtures/" ]
18
16
}
19
17
}
20
18
} , function ( err , stat ) {
@@ -40,11 +38,9 @@ tape("cssnext-loader source maps", function(test){
40
38
} ,
41
39
debug : true ,
42
40
devtool : 'source-map' ,
43
- cssnext : {
44
- features : {
45
- import : {
46
- path : [ "test/fixtures/" ]
47
- }
41
+ cssnext : {
42
+ import : {
43
+ path : [ "test/fixtures/" ]
48
44
}
49
45
}
50
46
} , function ( err , stat ) {
You can’t perform that action at this time.
0 commit comments