Skip to content

Commit

Permalink
Merge pull request #5257 from pizzi80/4.1.0_faces_js_transpile
Browse files Browse the repository at this point in the history
maven JS compressor - transpiler level
  • Loading branch information
BalusC committed Jun 24, 2023
2 parents a3a2dae + 88b2f60 commit 4f43051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
</includes>
<outputFilename>#{path}/faces.js</outputFilename>
<skipMerge>true</skipMerge>
<closureLanguageOut>ECMASCRIPT5_STRICT</closureLanguageOut>
<closureLanguageOut>NO_TRANSPILE</closureLanguageOut>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 4f43051

Please sign in to comment.