From 88b2f60600fedec8ab1e3b4acbb8ddd214fea895 Mon Sep 17 00:00:00 2001 From: pizzi80 Date: Tue, 20 Jun 2023 17:44:02 +0200 Subject: [PATCH] Actually there is no need to transpile to ES5 because we use only ES5 features. Signed-off-by: pizzi80 --- impl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/pom.xml b/impl/pom.xml index c473443162..6c55ed3d21 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -244,7 +244,7 @@ #{path}/faces.js true - ECMASCRIPT5_STRICT + NO_TRANSPILE