You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm run build
WARNING Compiled with 2 warnings9:54:55 AM
warning
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
app (296 KiB)
css/chunk-vendors.7e449d15.css
js/chunk-vendors.c515d6a7.js
css/app.d40fc157.css
js/app.cd95d77f.js
warning
webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
File Size Gzipped
dist/js/chunk-vendors.c515d6a7.js 117.19 KiB 41.54 KiB
dist/js/app.cd95d77f.js 7.25 KiB 2.04 KiB
dist/css/chunk-vendors.7e449d15.css 171.37 KiB 24.02 KiB
dist/css/app.d40fc157.css 0.16 KiB 0.14 KiB
Images and other types of assets omitted.
DONE Build complete. The dist directory is ready to be deployed.
INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
Probably due to bootstrap. Either we ignore it for now, or try to only uyse the parts of bootstrap we need
The text was updated successfully, but these errors were encountered:
Probably due to bootstrap. Either we ignore it for now, or try to only uyse the parts of bootstrap we need
The text was updated successfully, but these errors were encountered: