Skip to content

Commit 16bd6e9

Browse files
authored
Merge pull request #4 from kevinmarrec/kevinmarrec-patch-readme
chore: update README
2 parents 32e7839 + d72835e commit 16bd6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import { raw } from "esbuild-raw-plugin";
6868
export default defineConfig({
6969
entry: ["src/index.ts"],
7070
outDir: "dist",
71-
plugins: [raw()],
71+
esbuildPlugins: [raw()],
7272
});
7373
```
7474

0 commit comments

Comments
 (0)