Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

don't minify JS when minifying HTML #328

Merged
merged 1 commit into from
Jul 31, 2018
Merged

Conversation

Rich-Harris
Copy link
Member

When exporting, Sapper minifies the resulting HTML. It will also minify any inline JavaScript (i.e. preloaded data), which is slow.

This PR upgrades devalue to a version that produces smaller output in the first place (Rich-Harris/devalue#10), rendering JS minification unnecessary.

@Rich-Harris Rich-Harris merged commit 2fca2e2 into master Jul 31, 2018
@Rich-Harris Rich-Harris deleted the export-no-minify-js branch July 31, 2018 18:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant