Skip to content

Commit 3169952

Browse files
authored
Update cache-buster.mdx (pixijs#135)
1 parent 0d5b0c0 commit 3169952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/guide/pipes/cache-buster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ensure that the `cacheBuster` transformation occurs at the correct stage in your
2020

2121
```ts
2222
// assetpack.config.ts
23-
import { cacheBuster } from "@assetpack/core/cacheBuster";
23+
import { cacheBuster } from "@assetpack/core/cache-buster";
2424

2525
export default {
2626
...

0 commit comments

Comments
 (0)