diff --git a/docs/copy-library-files.md b/docs/copy-library-files.md index 3f31a6b2..6d7057d6 100644 --- a/docs/copy-library-files.md +++ b/docs/copy-library-files.md @@ -81,12 +81,12 @@ import { partytownVite } from '@builder.io/partytown/utils'; export default ({ command }) => ({ build: { - plugins: [ - partytownVite({ - dest: path.join(__dirname, 'dist', '~partytown'), - }), - ], }, + plugins: [ + partytownVite({ + dest: path.join(__dirname, 'dist', '~partytown'), + }), + ], }); ```