Super heavy packaging
jaimeagudo opened this issue · 4 comments
jaimeagudo commented
satya164 commented
This is development build + sourcemaps are inlined. Production bundle is much smaller.
jaimeagudo commented
Thanks for your fast reply 👍 . I guessed that (it seems a lot anyway) but was just asking cause this
quik --html --output out.html --production
produces a 2.4MB out.html file so I thought there was some wrong root on my side
satya164 commented
@jaimeagudo it's because the sourcemap is inlined. try with --sourcemaps false
jaimeagudo commented
That's my point :)
Obviously a --production
build should remove the sourcemaps
, I encourage you to change --production
behaviour my dear friend :)
Thanks for sharing