From 3368135e1fa646c2f3045d130bdf56ca9bce6f2b Mon Sep 17 00:00:00 2001 From: Ofer Morag Date: Tue, 28 Nov 2023 00:18:20 +0200 Subject: [PATCH] docs: Update chunks-to-hermes.mdx (#469) Fixed small mistake in the documentation --- website/docs/configuration/plugins/chunks-to-hermes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/plugins/chunks-to-hermes.mdx b/website/docs/configuration/plugins/chunks-to-hermes.mdx index 1977128fc..f4548fe2f 100644 --- a/website/docs/configuration/plugins/chunks-to-hermes.mdx +++ b/website/docs/configuration/plugins/chunks-to-hermes.mdx @@ -41,7 +41,7 @@ import * as Repack from '@callstack/repack'; // ... plugins: [ - new Repack.ChunksToHermesBytecodePlugin({ + new Repack.plugins.ChunksToHermesBytecodePlugin({ enabled: mode === 'production' && !devServer, test: /\.(js)?bundle$/, exclude: /index.bundle$/,