Skip to content

Commit

Permalink
misc(build): set line limit to 1000 (#15733)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Jan 5, 2024
1 parent e86124b commit ed4b6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async function buildBundle(entryPath, distPath, opts = {minify: true}) {
treeShaking: true,
sourcemap: 'linked',
banner: {js: banner},
lineLimit: 120,
lineLimit: 1000,
// Because of page-functions!
keepNames: true,
inject: ['./build/process-global.js'],
Expand Down

0 comments on commit ed4b6d5

Please sign in to comment.