Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fixed: regression due to code splitting in esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Oct 12, 2023
1 parent b9bd002 commit 180820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ module.exports = /** @satisfies {import('esbuild').BuildOptions} */ ({
minify: true,
outdir: path.resolve(cwd, './public/js/build'),
sourcemap: true,
splitting: true,
splitting: false,
target: ['chrome89', 'edge89', 'firefox90', 'safari13'],
});

0 comments on commit 180820f

Please sign in to comment.