From a1fcc2ab28a26ed0332ffdcff0aef14d0999b60e Mon Sep 17 00:00:00 2001 From: Troplo Date: Sun, 30 Jan 2022 19:02:48 +1100 Subject: [PATCH] Update 'src/index.ts' --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0587c4c..0292f90 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ const createPlugin = (): Plugin => { const key = 'import.meta.env.PACKAGE_VERSION'; const val = JSON.stringify(process.env.npm_package_version); - const key2 = 'import.meta.env.BUILD_DATAE'; + const key2 = 'import.meta.env.BUILD_DATE'; const val2 = JSON.stringify(new Date()); return { define: { [key]: val, [key2]: val2 } };