Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
RafikiTiki authored Dec 4, 2023
2 parents 6b10be2 + 3368135 commit 80359f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration/plugins/chunks-to-hermes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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$/,
Expand Down

0 comments on commit 80359f8

Please sign in to comment.