fix(core): update

This commit is contained in:
2022-07-24 15:30:19 +02:00
parent 97400fa501
commit b382256cc7
21 changed files with 13690 additions and 1078 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './smarthbs.plugins';
import * as plugins from './smarthbs.plugins.js';
let safeSyntaxBeginRegex = /{-{/g;
let safeSyntaxEndRegex = /}-}/g;