Skip to content

Commit

Permalink
Makes file size limit consistent (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored May 23, 2024
1 parent 4aad935 commit 7d3696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
base: '',
build: {
sourcemap: true,
chunkSizeWarningLimit: 530,
chunkSizeWarningLimit: 650,
rollupOptions: {
input: ['src/main.js', 'src/styles/fd_horizon.scss', 'src/styles/fd_fiori.scss'],
output: {
Expand Down

0 comments on commit 7d3696c

Please sign in to comment.