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:
|
To create a transformer:
|
||||||
```dart
|
```dart
|
||||||
class MinifierTransformer {
|
class MinifierTransformer extends FileTransformer {
|
||||||
/// Use this to declare outputs, and indicate if your transformer
|
/// Use this to declare outputs, and indicate if your transformer
|
||||||
/// will compile a file.
|
/// will compile a file.
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue