Skip to content
New issue

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

add minification precommit hook #6059

Draft
wants to merge 1 commit into
base: vnext
Choose a base branch
from
Draft

add minification precommit hook #6059

wants to merge 1 commit into from

Conversation

connor4312
Copy link
Member

This adds a minification precommit hook. But is currently probably blocked on high severity issues, until https://github.com/kevva/download/pull/220/files is merged.

I cannot simply resolve got to 12.x, because that uses ESM which errors out if imported from the non-esm download module.

This adds a minification precommit hook. But is currently probably
blocked on high severity issues, until https://github.com/kevva/download/pull/220/files is
merged.

I cannot simply `resolve` got to 12.x, because that uses ESM which
errors out if imported from the non-esm download module.
@microsoft microsoft deleted a comment from ezappata Mar 18, 2023
@microsoft microsoft deleted a comment from ezappata Mar 18, 2023
@microsoft microsoft deleted a comment from ezappata Mar 18, 2023
@microsoft microsoft deleted a comment from Onceagain12 Apr 20, 2023
@microsoft microsoft deleted a comment from VMS1987 Jun 12, 2023
goodwillhunting9

This comment was marked as spam.

import imagemin from "imagemin";
import { promises as fs } from "fs";

import gifsicle from "imagemin-gifsicle";

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants