We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e94551 + 85072ea commit c69c8fbCopy full SHA for c69c8fb
1 file changed
README.md
@@ -86,6 +86,8 @@ module.exports = {
86
name: 'some-transform',
87
plugin: SomeTransform
88
});
89
+
90
+ this._super.included.apply(this, arguments);
91
}
92
};
93
```
0 commit comments