File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/enhanced/test/configCases/sharing/layers-consume-loader Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ module.exports = {
105
105
request : 'lib-two' ,
106
106
import : 'lib2' ,
107
107
requiredVersion : '^1.0.0' ,
108
- version : '1.3.4' ,
109
108
strictVersion : true ,
110
109
eager : false ,
111
110
} ,
@@ -114,7 +113,6 @@ module.exports = {
114
113
import : 'lib2' ,
115
114
shareKey : 'lib-two' ,
116
115
requiredVersion : '^1.0.0' ,
117
- version : '1.3.4' ,
118
116
strictVersion : true ,
119
117
eager : true ,
120
118
issuerLayer : 'lib-two-layer' ,
@@ -124,7 +122,6 @@ module.exports = {
124
122
import : 'lib2' ,
125
123
shareKey : 'lib-two' ,
126
124
requiredVersion : '^1.0.0' ,
127
- version : '1.3.4' ,
128
125
strictVersion : true ,
129
126
eager : true ,
130
127
issuerLayer : 'lib-two-layer' ,
@@ -133,7 +130,6 @@ module.exports = {
133
130
multi : {
134
131
request : 'multi-pkg/' ,
135
132
requiredVersion : '^2.0.0' ,
136
- version : '2.0.0' ,
137
133
strictVersion : true ,
138
134
eager : true ,
139
135
} ,
You can’t perform that action at this time.
0 commit comments