Skip to content

Commit cee8e10

Browse files
committed
fix: add the build date/time and the epoch to the plugin.json
Change-Id: I6c6d59aba2380c71cfd00df120702b26a3e2c6b8
1 parent 1f76dc9 commit cee8e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/webpack/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const config = async (env): Promise<Configuration> => ({
180180
},
181181
{
182182
search: /\%buildTime\%/g,
183-
replace: Date.now(),
183+
replace: Date.now().toString(),
184184
},
185185
],
186186
},

0 commit comments

Comments
 (0)