Skip to content

Commit

Permalink
Update scripts/vite.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: deirn <[email protected]>
  • Loading branch information
modmuss50 and deirn authored Apr 11, 2024
1 parent da22682 commit 64454ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function eta() {

return {
transform(template, id) {
if (id.match(/.eta$/)) return {
if (id.match(/\.eta$/)) return {
code: `
export default ${eta.compile(template)};
`
Expand Down

0 comments on commit 64454ad

Please sign in to comment.