Skip to content

Console Output

+ npm run build-only

> query_builder@0.0.0 build-only
> vite build

vite v5.4.19 building for production...
transforming...

../Fonts/IBMPlexSans-Bold.woff2 referenced in ../Fonts/IBMPlexSans-Bold.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-BoldItalic.woff2 referenced in ../Fonts/IBMPlexSans-BoldItalic.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-ExtraLight.woff2 referenced in ../Fonts/IBMPlexSans-ExtraLight.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-ExtraLightItalic.woff2 referenced in ../Fonts/IBMPlexSans-ExtraLightItalic.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-Regular.woff2 referenced in ../Fonts/IBMPlexSans-Regular.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-Italic.woff2 referenced in ../Fonts/IBMPlexSans-Italic.woff2 didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/arrow-secondary.svg referenced in ../Icons/arrow-secondary.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/arrow-secondary-light.svg referenced in ../Icons/arrow-secondary-light.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/permalink.svg referenced in ../Icons/permalink.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/calendar.svg referenced in ../Icons/calendar.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/calendar-button.svg referenced in ../Icons/calendar-button.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/quotation-mark.svg referenced in ../Icons/quotation-mark.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//avatar-logo.svg referenced in ../Icons//avatar-logo.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/arrow-primary.svg referenced in ../Icons/arrow-primary.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/rootline-home.svg referenced in ../Icons/rootline-home.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/arrow-white-light.svg referenced in ../Icons/arrow-white-light.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/Fileicons/fileDefault.svg referenced in ../Icons/Fileicons/fileDefault.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/Fileicons/filePDF.svg referenced in ../Icons/Fileicons/filePDF.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/fileCode.svg referenced in ../Icons//Fileicons/fileCode.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/fileMovie.svg referenced in ../Icons//Fileicons/fileMovie.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/fileMusic.svg referenced in ../Icons//Fileicons/fileMusic.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/filePPT.svg referenced in ../Icons//Fileicons/filePPT.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/fileTable.svg referenced in ../Icons//Fileicons/fileTable.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/fileWord.svg referenced in ../Icons//Fileicons/fileWord.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/fileZIP.svg referenced in ../Icons//Fileicons/fileZIP.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons//Fileicons/fileImage.svg referenced in ../Icons//Fileicons/fileImage.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/blurry-head.svg referenced in ../Icons/blurry-head.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Icons/welcome-bg-icon.svg referenced in ../Icons/welcome-bg-icon.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-Bold.woff referenced in ../Fonts/IBMPlexSans-Bold.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-BoldItalic.woff referenced in ../Fonts/IBMPlexSans-BoldItalic.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-ExtraLight.woff referenced in ../Fonts/IBMPlexSans-ExtraLight.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-ExtraLightItalic.woff referenced in ../Fonts/IBMPlexSans-ExtraLightItalic.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-Regular.woff referenced in ../Fonts/IBMPlexSans-Regular.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime

../Fonts/IBMPlexSans-Italic.woff referenced in ../Fonts/IBMPlexSans-Italic.woff didn't resolve at build time, it will remain unchanged to be resolved at runtime
✓ 1060 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                            0.48 kB │ gzip:   0.30 kB
dist/assets/primeicons-C6QP2o4f.woff2     35.15 kB
dist/assets/primeicons-MpK4pl85.ttf       84.98 kB
dist/assets/primeicons-WjwUDZjB.woff      85.06 kB
dist/assets/primeicons-DMOk5skT.eot       85.16 kB
dist/assets/primeicons-Dr5RGzOO.svg      342.53 kB │ gzip: 105.26 kB
dist/assets/index-DAM2aw-v.css            90.91 kB │ gzip:  15.95 kB
dist/assets/index-Bfw0NE8w.js          1,510.91 kB │ gzip: 359.22 kB

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 9.36s