I'm thinking about Croatia or Malaysia where I'm next to move
This commit is contained in:
parent
55a699c7fd
commit
a8e0de3843
|
@ -8,7 +8,7 @@ export default class CompileTimeJS extends Plugin {
|
|||
|
||||
async rewriteFile(file: string, filePath: string): Promise<string> {
|
||||
let input = file;
|
||||
const regex = /{&(.+)&}/gm;
|
||||
const regex = /{&(.+)&}/gms;
|
||||
|
||||
let m;
|
||||
|
||||
|
|
Loading…
Reference in a new issue