Skip to content

Commit

Permalink
fix(plugin): revert no transform
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Apr 28, 2022
1 parent d7e0742 commit 494e634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-million/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const million = (options?: { importSource: string }): any[] => [

const result = print(ast);

return { code: code, map: result.map };
return { code: result.code, map: result.map };
},
},
];

0 comments on commit 494e634

Please sign in to comment.