diff --git a/mixins.ts b/mixins.ts index 5813c04..b6ecf97 100644 --- a/mixins.ts +++ b/mixins.ts @@ -100,7 +100,7 @@ export default async function (transformer: Transformer) { transformer( (emit) => (str) => { - str = str.replace("new Date(2021,6,20)", "new Date(null)"); + str = str.replace("/864e5<30", "<0"); emit(); return str; },