From a8e0de3843f60941be6f51c4c90fedd4a067f541 Mon Sep 17 00:00:00 2001 From: sophie Date: Wed, 14 Aug 2024 16:18:50 +0300 Subject: [PATCH] I'm thinking about Croatia or Malaysia where I'm next to move --- src/plugins/compile-time-js.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/compile-time-js.ts b/src/plugins/compile-time-js.ts index 778b1be..0ffcbe3 100644 --- a/src/plugins/compile-time-js.ts +++ b/src/plugins/compile-time-js.ts @@ -8,7 +8,7 @@ export default class CompileTimeJS extends Plugin { async rewriteFile(file: string, filePath: string): Promise { let input = file; - const regex = /{&(.+)&}/gm; + const regex = /{&(.+)&}/gms; let m;