diff --git a/README.md b/README.md index 3fba3657..7456b6e1 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ module.exports = { name: 'some-transform', plugin: SomeTransform }); + + this._super.included.apply(this, arguments); } }; ```