Skip to content

Commit

Permalink
Actually there is no need to transpile to ES5 because we use only ES5…
Browse files Browse the repository at this point in the history
… features.

Signed-off-by: pizzi80 <[email protected]>
  • Loading branch information
pizzi80 committed Jun 20, 2023
1 parent 8fe7bae commit 88b2f60
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 88b2f60

Please sign in to comment.