dullage/flatnotes

Build warnings regarding CJS build of Vite

clach04 opened this issue · 1 comments

https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated has details.

C:\code\py\notes_apps\flatnotes_upstream>npm run build

> flatnotes@5.0.0 build
> vite build

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
vite v5.2.11 building for production...
? 164 modules transformed.
dist/assets/site-Bf1IqAIR.webmanifest          0.49 kB
dist/assets/favicon-16x16-BmBhqzHf.png         0.66 kB
dist/assets/favicon-32x32-mLJOQmXV.png         0.90 kB
dist/index.html                                1.20 kB ¦ gzip:   0.56 kB
dist/assets/apple-touch-icon-CoW-5gd0.png      2.82 kB
dist/assets/favicon-BokVo1-9.ico              15.09 kB
dist/assets/Poppins-Regular-CTKNfV9P.ttf     158.24 kB
dist/assets/SearchResults-5QlvpqfS.css         0.08 kB ¦ gzip:   0.09 kB
dist/assets/LoadingIndicator-Cw1V3rfb.css      0.65 kB ¦ gzip:   0.31 kB
dist/assets/index-CD0HMzCA.css                12.19 kB ¦ gzip:   3.19 kB
dist/assets/Note-aPXktnxs.css                196.10 kB ¦ gzip: 109.69 kB
dist/assets/Home-DSMMZaWR.js                   1.19 kB ¦ gzip:   0.71 kB
dist/assets/LoadingIndicator-BHLKIK3F.js       1.85 kB ¦ gzip:   1.10 kB
dist/assets/LogIn-DKtJgQZ0.js                  2.18 kB ¦ gzip:   1.09 kB
dist/assets/SearchResults-sgWMtm-R.js          2.54 kB ¦ gzip:   1.23 kB
dist/assets/index-CTK7uAZm.js                266.14 kB ¦ gzip:  90.27 kB
dist/assets/Note-CP8F87g9.js               1,260.51 kB ¦ gzip: 433.42 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 10.30s

Is this a problem with the way I'm building or is this something that needs attention?

My version information:

C:\code\py\notes_apps\flatnotes_upstream>npm -v
10.2.3

C:\code\py\notes_apps\flatnotes_upstream>node -v
v20.10.0

C:\code\py\notes_apps\flatnotes_upstream>git log -1
commit 5b5369bb02c409622673d753a7a2bdbf6fe9572d (HEAD -> develop, tag: v5.0.0, origin/master, origin/develop, origin/HEAD)
Author: Adam Dullage <adam@dullage.com>
Date:   Sun May 26 06:31:07 2024 +0200

    5.0.0

Is this a problem with the way I'm building or is this something that needs attention?

Just me being lazy and ignoring the warning. All sorted now.