Update README
This commit is contained in:
parent
8bd228c033
commit
ed389479f5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Transformers are supported by `VirtualDirectory` and `CachingVirtualDirectory`.
|
|||
|
||||
To create a transformer:
|
||||
```dart
|
||||
class MinifierTransformer {
|
||||
class MinifierTransformer extends FileTransformer {
|
||||
/// Use this to declare outputs, and indicate if your transformer
|
||||
/// will compile a file.
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue