Skip to content

Commit

Permalink
fix: add output#inlineDynamicImports to custom components bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Feb 26, 2024
1 parent 0aecb45 commit f472c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bundler/components.bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const input: InputOptions = {
const output: OutputOptions = {
name: 'AdminJSCustom',
file: COMPONENTS_OUTPUT_PATH,
inlineDynamicImports: true,
globals: AssetBundler.DEFAULT_GLOBALS,
}

Expand Down

0 comments on commit f472c5a

Please sign in to comment.