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

Commit

Permalink
fixed: splitting is breaking OC's extensions of Enketo Core form.js (…
Browse files Browse the repository at this point in the history
…and probably other files)
  • Loading branch information
MartijnR committed Jul 20, 2023
1 parent e012ac2 commit 67076fb
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 67076fb

Please sign in to comment.