Skip to content

Commit

Permalink
config.build.assetsInlineLimit = () => true
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Nov 27, 2024
1 parent 225d011 commit afe272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function setConfig(config: UserConfig) {
if (!config.build)
config.build = {}

config.build.assetsInlineLimit = Infinity
config.build.assetsInlineLimit = () => true
config.build.chunkSizeWarningLimit = Infinity
config.build.cssCodeSplit = false
config.build.assetsDir = 'assets'
Expand Down

0 comments on commit afe272d

Please sign in to comment.