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

Commit

Permalink
Merge pull request #696 from OpenClinica/merge/6.2.0-second-attempt
Browse files Browse the repository at this point in the history
fixed: regression due to code splitting in esbuild
  • Loading branch information
kkrumlian committed Oct 13, 2023
2 parents 3cef358 + 180820f commit 5704d42
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 5704d42

Please sign in to comment.