From 9df70d11a893d07c29ddc2364e0b62acf013cc37 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:53:34 -0500 Subject: [PATCH] Update babel.config.json --- files/__addonLocation__/babel.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__addonLocation__/babel.config.json b/files/__addonLocation__/babel.config.json index 7bc91d01..1017c876 100644 --- a/files/__addonLocation__/babel.config.json +++ b/files/__addonLocation__/babel.config.json @@ -6,6 +6,6 @@ "targetFormat": "hbs", "transforms": [] }], - ["module:decorator-transform", { "runtime": { "import": "decorator-transform/runtime" } }], + ["module:decorator-transforms", { "runtime": { "import": "decorator-transform/runtime" } }], ] }