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

Overriding .terserrc to override compression #790

Closed
CodeOtter opened this issue Apr 28, 2019 · 1 comment
Closed

Overriding .terserrc to override compression #790

CodeOtter opened this issue Apr 28, 2019 · 1 comment
Labels

Comments

@CodeOtter
Copy link

Is there any way we can override the default .terserrc path here so we can turn off compression?

const terserOptions = fs.readJSONSync(path.resolve(rootPath, ".terserrc"))

@dnalborczyk
Copy link
Contributor

this is just for the build process of the esm module itself. would that change anything for #785 ?

to answer your question regardless:

Is there any way we can override the default .terserrc path here so we can turn off compression?

you definitely can. you pull down the repo, modify the settings, and run your own build.

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

No branches or pull requests

3 participants