We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8dcbd commit 679e7f8Copy full SHA for 679e7f8
test/amd/moduleIds.html
@@ -38,7 +38,7 @@
38
});
39
40
define('a/spec-with-plugin', {
41
- component: {
+ test: {
42
module: './b/plugin!./b/c'
43
}
44
@@ -166,7 +166,7 @@
166
var d = new doh.Deferred();
167
wire('a/spec-with-plugin').then(
168
function(c) {
169
- d.callback(c.component === 'a/b/c');
+ d.callback(c.test === 'a/b/c');
170
},
171
function(e) {
172
console.error(e.stack);
0 commit comments