Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMerge modules before minification #27
Comments
gfwilliams
referenced this issue
Mar 30, 2016
Closed
jspEvaluate can use MemoryArea rather than creating a string #817
opichals
referenced this issue
Dec 4, 2018
Merged
Add Rollup.js tree-shaking and terser minification #80
gfwilliams
closed this
in
#80
Dec 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gfwilliams commentedMar 30, 2016
Add a minification option that converts module code of the form:
to something like:
This might need some tweaking, but the idea is that when the minifier runs, it can:
This would massively decrease the size of uploaded code.