We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After initiating the website via "hugo server" command, the ESBuild and npm module would generate oversized application.js files (appx. 18mb).
I have tried it on my personal laptop (macOSx) and a Linux Ubuntu VM on it. The results remain the same.
The screenshot above is a repo I directly forked from the original one without any modification.
The screenshot above is the one I derived the SourceMap via ESBuilder's option, it shows the SourceMap occupied approximately 10MB.
I followed the instructions from both your GitHub README.md and "tour-guides" from Netlify. However, the oversized js situation still occurred.
Also, if any of you don't mind, feel free to check the js file on my github fork.
Thank you for any kind of help and assistance.
The text was updated successfully, but these errors were encountered:
I tried again on a Windows VM. The result remains the same
Sorry, something went wrong.
On example site, it is only 1.3MB. I am suspecting you did not provide --minify flag during site build.
--minify
Thank you for your response. I did use --minify flag. However, I switched to another framework. Thanks again.
No branches or pull requests
Question
After initiating the website via "hugo server" command, the ESBuild and npm module would generate oversized application.js files (appx. 18mb).
Situation
I have tried it on my personal laptop (macOSx) and a Linux Ubuntu VM on it. The results remain the same.
The screenshot above is a repo I directly forked from the original one without any modification.
The screenshot above is the one I derived the SourceMap via ESBuilder's option, it shows the SourceMap occupied approximately 10MB.
I followed the instructions from both your GitHub README.md and "tour-guides" from Netlify. However, the oversized js situation still occurred.
Also, if any of you don't mind, feel free to check the js file on my github fork.
Thank you for any kind of help and assistance.
The text was updated successfully, but these errors were encountered: