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

Missing closureLanguageOut "ES_2017" #153

Open
zeroinformatique opened this issue Oct 11, 2017 · 1 comment
Open

Missing closureLanguageOut "ES_2017" #153

zeroinformatique opened this issue Oct 11, 2017 · 1 comment

Comments

@zeroinformatique
Copy link

zeroinformatique commented Oct 11, 2017

Hello Samaxes,

I have an issue with my project which can be solved by using the string "ES_2017" for closureLanguageOut.
That will disable some transcriptions and polyfills for ECMASCRIPT 6.

Is it possible to add it to the plugin?

@zeroinformatique zeroinformatique changed the title Missing LanguageOut String Missing closureLanguageOut String Oct 11, 2017
@zeroinformatique zeroinformatique changed the title Missing closureLanguageOut String Missing closureLanguageOut "ES_2017" Oct 11, 2017
@nkavian
Copy link

nkavian commented Apr 28, 2023

Add the closure dependency with the version you need..

        <plugins>
            <plugin>
                <groupId>com.samaxes.maven</groupId>
                <artifactId>minify-maven-plugin</artifactId>
                <version>1.7.6</version>
                <dependencies>
                    <dependency>
                        <groupId>com.google.javascript</groupId>
                        <artifactId>closure-compiler</artifactId>
                        <version>v20181008</version>
                    </dependency>
                    <dependency>
                        <groupId>org.codehaus.plexus</groupId>
                        <artifactId>plexus-utils</artifactId>
                        <version>3.5.1</version>
                    </dependency>
                </dependencies>

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

No branches or pull requests

2 participants